/* Navigation CSS for BridgePointe at Myrtle Park */

/* (1)main nav  (2)misc links */

/* (1) */
#main-nav {
	position: relative;
	z-index: 99;
	width: 202px;
	height: 200px;
}

ul {
margin: 0;
padding: 0;
list-style: none;
width: 202px; /* Width of Menu Items */
}

ul li {
position: relative;
}
	
li ul {
position: absolute;
left: 201px; /* Set 1px less than menu width */
top: 0;
display: none;
}

/* Styles for Menu Items */
ul li a {
display: block;
text-decoration: none;
color: #113832;
background: transparent; /* IE6 Bug */
padding: 5px;
border-right: 1px solid #113832;
border-bottom: 0;
text-align: right;
padding-right: 15px;
font-size: 0.9em;
font-weight: 500;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { 
float: left; height: 1%; 
}

* html ul li a { 
height: 1%; 
}

/* End */

ul li a:hover { 
background: #996633;
color: #FBEFC9; 
} 
/* Hover Styles */
		
li ul li a { 
padding: 2px ;
border: none;
font-size: .70em;
padding-left: 15px;
text-align: left;
background: #FBEFC9;
border-left: 1px solid #113832;
} /* Sub Menu Styles */

li:hover ul, li.over ul { 
display: block; 
} /* The magic */

#nav a:hover {
text-decoration: none;
}
a:hover {
	color: #996633;
}


/* room link span */


.room-link p {
position: absolute;
text-align: right;
top: 275px;
bottom: 0;
left: 202px;
font-size: .70em;
}
.contact1 {
	font-family: "Times LT Std", "Times New Roman";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
.contact2 {
	font-family: "Times LT Std", "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
