/*Main Navbar */

#nav {


	background: url('images/header_bg.jpg') 0px 0px repeat;
	font-size:1.2em;
	padding-left: 18px;


	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;

	}

#nav ul {

    width: 500px;
    white-space: nowrap;
}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;

	}



#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding: 5px 20px 7px 20px;

	text-transform: lowercase;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {

	text-decoration:none
	}	

#rm_navLeft li a {
    display: block;
}
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav li li {
	width: 172px;

	background: #777;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background:#000;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}
	
	
#rm_menuFeatures a {

    background: url(images/menu.gif) 0px 0px no-repeat;
    width: 60px;
    text-indent: -9999px;
}



#rm_menuAmenities a {

    background: url(images/menu.gif) -100px 0px no-repeat;
    width: 55px;
    text-indent: -9999px;
}
#rm_menuFloorplans a {

    background: url(images/menu.gif) -195px 0px no-repeat;
    width: 60px;
    text-indent: -9999px;
}

#rm_menuHistory a {

    background: url(images/menu.gif) -295px 0px no-repeat;
    width: 36px;
    text-indent: -9999px;
}

#rm_menuContact a {

    background: url(images/menu.gif) -373px 0px no-repeat;
    width: 56px;
    text-indent: -9999px;
}

a:focus {
    border: none;
    outline: none;
}

:-moz-any-link:focus {
    outline: none;
}
