/*horizontal navigation under header*/
#house {width: 850px; margin: 0px auto;
}
.properties {text-align: center; width: 5px; background-color:#66CC99; color:#FFFF00;
border: 0px; font-weight: bolder; font-size: 9pt;}
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	width: 100%;
	line-height: 1.50;
	font-size: 8.5pt; font-family: Arial, Helvetica, sans-serif; color: #003333; 
	text-decoration: none; display: inline;
	color:#003333;
	vertical-align: middle;  border: 0px 0px 1px 1px solid #003; 
	margin: 0 0 1em -0.1em; position: static; z-index: 100;
}

#nav a { 
	display: block;
	width: 7.5em;
	padding: 0.1em 0.1em;
	text-decoration: none; border: solid #003 1px; 
	color: #003333; background-color: #ff0; text-align: center; 
}

#nav li { /* all list items */
	float: left;
	width: 7.5em; /* width needed or else Opera goes nuts */
	border: solid #003 0px 0px 1px 1px; 
	border-color: #003;
	font-color: #99cc99; 
}
#ownersales #nav li {border-color: #003;}
#nav li a:hover {background-color : #fff; position: static; z-index: 100;}
#nav li ul {
	position: absolute;
	background: #ffffcc;
	width: 7.5em; 
	border: solid 0px 0px 0px 1px #99cc99;
	left: -999em;
	visibility: visible; 
}
#nav li #ownersales {border-color:#000033;}
#nav .firstlink {border-left-style: solid; border-left-width: 1px; border-left-color:#003333;}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
}
 /*rollover change* on all links*/
#nav li ul ul {
	margin: -1.75em 0 0 5em;}

.across {text-align: center; width: 1050px; margin: 0px auto; 
}
