/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuNav, #houseMenuNav ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	float: left;
	width: 144px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	background: transparent;
	text-transform: uppercase;
}

#houseMenuNav li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 20px;
	text-transform: uppercase;
}

#houseMenuNav li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 142px;
	margin-top: -21px;
	border: none;
	z-index: 999;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuNav a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
	padding: 1px 4px 2px 4px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuNav li a:hover {
	color: white;
	background-color: #369;
}

#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;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=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: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{
	color: #F26531;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F4F4F4;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}
