/*------------------------------------------------------ TOP NAV ---------------------------------------------------*/

#top_menu{
	height:28px;
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
	/*float:left;*/
	margin:25px 0 0 10px;
}

ul#top_menu {
	font-size: 0.9em;
}


ul#top_menu li {
	text-align: center;
	float: left;
}

ul#top_menu li a{
	color:#737373;
	text-decoration:none;
	font-size:0.7em;
	display:block;
	padding:14px 12px;
}

ul#top_menu li a:hover{
	text-decoration:underline;
}

/*------------------------------------------------------ MAIN NAV ---------------------------------------------------*/

#nav_wrapper{
	/*padding-bottom:6px;*/
	padding-top:2px;
	background-color:#fff;
	background:url(../images/nav.png) no-repeat;

}

#nav{
	height:31px;
	width:780px;
	margin:0 0 0 10px;
	padding:0;
	height:37px;
	font-size: 0.91em;
}

ul#nav li {
	float: left;
	position: relative;
	list-style-type: none; 
}

ul#nav li a{
	color:#fff;
	text-decoration:none;
	line-height:31px;
	display:block;
	font-size:0.91em;
	text-indent:-999em;
	height:37px;
}
ul#nav li a#contactus{
	/*background:none;*/
}

/*------------------------------------------------------ MAIN NAV DROP DOWN ---------------------------------------------------*/

#nav li ul { 
	display: none;
	position: absolute;
/*	margin-top:2px;*/
	top:36px;
	padding:0;
	left: 5px;
	width: 180px;
	background:#C4AD69;
	z-index:200;
}

/*#nav li>ul {
	top: auto;
	left: auto;
}*/

#nav li:hover ul, #nav li.over ul { 
	display: block;
}

ul#nav li ul li {
	display: block;
	width: 180px;
	text-align:left;
	z-index:201;

}

ul#nav li ul li a {
	color: #fff;
	border-bottom:1px solid #E3D4A6;
	padding: 0px;
	background:none;
	font-size:90%;
	width: 170px;
	padding-left:10px;
	display:block;
	z-index:202;
	text-indent:0;
	height:30px;

}

ul#nav li ul li a:hover{
	background:#e7dab2 url(../images/hover.png) repeat-x;

}

/*------------------------------------------------------ IMAGE REPLLACEMENTS ---------------------------------------------------*/

#home{
	width:67px;
	background:url(../images/home.jpg) top right no-repeat;
}

#location{
	width:88px;
	background:url(../images/location.jpg) top right no-repeat;
}

#investment{
	width:114px;
	background:url(../images/investment.jpg) top right no-repeat;
}

#recreation{
	width:109px;
	background:url(../images/recreation.png) top right no-repeat;
}

#apartments{
	width:119px;
	background:url(../images/apartments.jpg) top right no-repeat;
}

#request_info{
	width:168px;
	background:url(../images/infor_pack.jpg) top right no-repeat;
}

#contactus{
	width:81px;
	background:url(../images/contact.jpg) top right no-repeat;
}
