/* CSS Document */
#navHolder{height:45px; width:650px;}
#nav {
	position:relative;
	top:18px;
    left:-10px;

}

#nav, #nav li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li { /* all list items */
	float: left;
	position: relative;
	margin:0;
	background-color:#fef7ed;
}
#nav #home_li{
	border:none;
}
#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	padding:0 0 0 0;
	margin:0;
}
#nav li ul li{

}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items             */
	display: block;
}
#nav li ul a{
	display:block;
	padding: 0;
}
#nav li ul a span{
	overflow:hidden;
	text-indent: -9000px;
	height:24px;
	background-repeat:no-repeat;
}
#nav li ul li a:hover span{
	background-position: 0% -24px;
}
#nav a{
	display:block;
	padding: 2px 0 2px 0px;
}
#nav a span{
	display:block;
	overflow:hidden;
	text-indent: -3000px;
	height:22px;
}
#nav li a:hover span{
	background-position: 0% -22px;
}


/* main_nav ids */
#props {
 	background: url(../images/nav/nav_props.gif);
	background-repeat:no-repeat;
	width:133px;
}
#props_sub li a span{
	width:159px;
}
#props_sub {
	
}
#listings{
	background: url(../images/nav/nav_listings.gif);
	background-repeat:no-repeat;
	width:132px;
}
#neighborhoods{
	background: url(../images/nav/nav_neighborhoods.gif);
	background-repeat:no-repeat;
	width:121px;
}
#tools{
	background: url(../images/nav/nav_tools.gif);
	background-repeat:no-repeat;
	width:80px;
}
#contact_us {
 	background: url(../images/nav/nav_contact.gif);
	background-repeat:no-repeat;
	width:99px;
}
#dvliving {
 	background: url(../images/nav/nav_dvliving.gif);
	background-repeat:no-repeat;
	width:125px;
}


/* sub nav ids */
#featured{
 	background: url(../images/nav/snav_featured.gif);
	background-repeat:no-repeat;
}
#hotDeals {
 	background: url(../images/nav/snav_hotDeals.gif);
	background-repeat:no-repeat;
}
#sold {
 	background: url(../images/nav/snav_sold.gif);
	background-repeat:no-repeat;
}
#financing {
 	background: url(../images/nav/snav_financing.gif);
	background-repeat:no-repeat;
}
#rentals {
 	background: url(../images/nav/snav_rentals.gif);
	background-repeat:no-repeat;
}
#reo {
 	background: url(../images/nav/snav_reo.gif);
	background-repeat:no-repeat;
}
#props_bottom {
	height:18px;
	width:159px;
	background-image:url(../images/nav/snav_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:transparent !important;
}

