/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/


/* Vertical Menu */
#houseMenuV ul { /* all lists */
	margin:20px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	margin:0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 170px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 22px;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 163px;
	margin-top: -21px;
	z-index: 999;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a {
	text-align:left;
	display: block;
	width:155px;
	..width:170px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 160px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #FFFFFF;
	font-family:"Lucida Sans", helvetica;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px 2px 15px;
	margin:0;
	border-bottom:0;
	text-indent:-5px;
	/* opacity: .9; */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); */
}


#houseMenuV li a:hover {
	color:#ffffff;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: 7px;
	z-index: 999;
}

#houseMenuV 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: #FFFFFF;
	background-color: #212286;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #FFFFFF;
	background-color: #212286;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #212286;
	background-color: #f2f2f2;
	text-decoration: none;
	width:155px;
	..width:170px;
	/* border: 1px solid #212286; */
	/* padding: 0px 1px 1px 1px; */
}


a#houseMenuCurrentLink:hover
{	
	color: #212286 !important;
	background-color: #f2f2f2;
	text-decoration: none;
}
