@charset "utf-8";
/* CSS Document */

a {text-decoration:none;}
#nav
{
	width: 100%;
}

#nav ul { 
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;


}


#nav li {
	color: #ffffff;
	float: left;
	padding: 0;
	

}

#nav li ul {
	position : absolute;
	background-color: #673200;
	height : auto;
	font-weight : normal;
	text-align:left;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:37px;
	width:auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




.menu{
	height:37px;
	margin-right:1px;
	display:block;
	float:left;
}
.submenu{
	color: #FFF;
	padding:10px;
	display:block;
	font-weight:bold;
	margin: 8px 15px;
	
}
.submenu:hover{
	color:#FFFFCC;
	background-color: #512600;
	text-decoration:none;
}
#riverstone {
	width: 167px;
	background:url(/libbilt/n1.jpg);
	background-repeat:no-repeat;
}
#riverstone:hover {
	background:url(/libbilt/n2.jpg);
}
#residences {
	width: 167px;
	background:url(/libbilt/n4.jpg);
	background-repeat:no-repeat;
}
#residences:hover {
	background:url(/libbilt/n5.jpg);
}
#amenities {
	width: 166px;
	background:url(/libbilt/n7.jpg);
	background-repeat:no-repeat;
}
#amenities:hover {
	background:url(/libbilt/n8.jpg);
}
#riverdale {
	width: 166px;
	background:url(/libbilt/n10.jpg);
	background-repeat:no-repeat;
}
#riverdale:hover {
	background:url(/libbilt/n11.jpg);
}
#contact {
	width: 167px;
	background:url(/libbilt/n13.jpg);
	background-repeat:no-repeat;
}
#contact:hover {
	background:url(/libbilt/n14.jpg);
}
