/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

#houseMenuV {
	background-color:#0f111c;
}

/* Vertical Menu */
#houseMenuV ul { /* all lists */
	margin: 10px 5px 20px 0px;
	padding: 0;
	border:0;
	list-style-type: none;
	list-style: none;
	width: 225px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	background-color:#0f111c;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	width: 225px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 225px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 225px;
	_margin-left: 223px;
	margin-top: -21px;
	border: solid 1px #999;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a {
	display: block;
	width: 225px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 225px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	height:30px;
	line-height:30px;
	_line-height:27px;
	color: #FFFFFF;
	font-weight:100;
	text-decoration: none;
	text-transform:uppercase;
	background-image:url(../../../Portals/WVBBC/images/Menu_BG.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding: 1px 4px 2px 30px;
	margin:0 0 5px 0;
	white-space:nowrap;
}

#houseMenuV li a:hover {
	background-image:url(../../../Portals/WVBBC/images/Menu_hover.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
	display:none;
}

#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: auto;
	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;
	width:0px !IMPORTANT;
}


/* 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;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-image:url(../../../Portals/WVBBC/images/Menu_hover.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-image:url(../../../Portals/WVBBC/images/Menu_hover.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	text-decoration: none;
}
