/* Vertical Menu */
#HouseMenuNav, #HouseMenuNav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 165px;
	background: transparent;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#HouseMenuNav li { /* all list items */
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 165px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 165px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 25px;
	border-bottom: 1 solid #FFFFFF;
}

#HouseMenuNav li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 165px;
	_margin-left: 165px;
	margin-top: -28px;
	z-index: 999;
	border-left: 3px solid #b4d29c;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 250px;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
	margin-left: 246px;
	_margin-left: 246px;
}

#HouseMenuNav a {
	width: auto;
	display: block;
	line-height: 25px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	text-decoration: none;
	padding: 1px 4px 2px;
	background: #e4e4e4;
	font-style: normal;
	font-weight: normal;
}

#HouseMenuNav li a:hover {
	color: white;
	background-color: #369;
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 250px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 250px;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #e4e4e4;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}
