/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */



#houseMenuV, #houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	border: solid 1px #999;
	list-style: none;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	background: transparent;
	text-decoration: none;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 100%;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100%;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 1.2em;
	text-decoration: none;
	min-height: 24px;
	min-width: 24px;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 142px;
	margin-top: -21px;
	border: solid 1px #999;
	z-index: 999;
	text-decoration: none;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
	text-decoration: none;
}


#houseMenuV a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	color : #1E75B5;
	background-color: transparent;
	padding: 10px;
	width: auto;	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	min-height: 44px;
	min-width: 44px;
	display:block;
	_height: 100%;
	/* end hack */
}



#houseMenuV li a:link {text-decoration:none;}
#houseMenuV li a:visited {text-decoration:none;}


#houseMenuV li a:hover {
	margin: 1px;
	border: solid 1px #6598CC;
	padding: 3px;
		min-height: 24px;
	min-width: 24px;
	color: #000;
	background-color: #fff; 
	text-decoration:none;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
	text-decoration: 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;
	text-decoration: none;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	text-decoration: none;
}


/* 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
{ /* parent link itself */
	color: #000000;
	background-color:transparent;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #004D8D;
	text-decoration: none;
}
