div.roomdetails {
background-image: url('/images/box.gif');
background-repeat: no-repeat;
background-position: bottom;
width: 300px;
margin-bottom: 30px;
padding: 10px 0px 10px 15px;
}

div.roomdetails p {
margin: 0;
}


h4 {
width: 300px;
background-image: url('/images/boxtop.gif');
background-repeat: no-repeat;
background-position: 50% 0;
font-size: 12px;
padding: 10px 0px 10px 15px;
color: white;
font-weight: normal;
text-align: left;
text-transform: uppercase;
margin: 0;
font-family: Verdana, Arial, sans-serif;
}

p {
font-size: 12px;
}


div#roomnav {
	width: 200px;
	float: left;
	padding: 15px;
	border-right: dotted 1px #1e5078;
}

div#room {
	width: 500px;
	float: left;
	padding-left: 25px;
}

#roomnav ul {
	list-style-type: none;
	font-family: Palatino Linotype;
	margin: 0;
	padding: 0;
}

#roomnav ul li {
	padding-top: 3px;
}

#roomnav ul li.lev {
	padding-top: 20px;
	color: #1e5078;
	padding-left: -15px;
	font-family: Georgia;
	text-align: left;
	font-size: 85%;
	border-bottom: dotted 1px #1e5078;
}

#roomnav ul li a {
background-repeat: no-repeat;
padding-left: 15px;
background-position: 0 51%;
}


#roomnav ul li a:hover {
background-image: url('/images/list-active.gif');
}


