/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV, #houseMenuV ul { /* all lists */
	min-width: 180px;
	margin: 0;
	padding: 0;
	/*border: solid 1px #999;*/
	list-style: none;
	/*float: left;*/
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif, Verdana;
	font-size: 11px;
	background: #FFFFFF;
	line-height: 23px;
	

}

#houseMenuV li { /* all list items */
	min-width: 180px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	list-style-image: none;
	text-align: left;
	position: relative;
	/*float: left;*/
	width: 100%;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 96%;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 23px;
	padding-bottom: 3px;
	border-bottom: solid 3px #FFFFFF;
	
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	text-align: left;
	left: -9999px;
	margin-left: 96%;
	_margin-left: 96%;
	margin-top: -21px;
	border: solid 1px #808080;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	text-align: left;
	left: -9999px;
	/*z-index: 999;*/
}

#houseMenuV a {
	display: block;
	width: 100%;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 96%;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #666666;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	background: #FFFFFF url(images/br_background.gif) repeat-x scroll center left;
    border-left: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	padding: 0px 4px 0px 10px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	line-height: 23px;
}

#houseMenuV li a:hover,
#houseMenuV li a:active {
	color: white;
	text-align: left;
	background: #FFFFFF url(images/br_background_select.gif) repeat-x scroll center left;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul,
#houseMenuV li:active ul ul, 
#houseMenuV li:active ul ul ul {
	color: white;
	left: -9999px;
	text-align: left;
	background: #FFFFFF url(images/br_background_select.gif) repeat-x scroll center left;
}

#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 */
	color: white;
	left: auto;
	text-align: left;
	z-index: 999;
	background: #FFFFFF url(images/br_background_select.gif) repeat-x scroll center left;
}

#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: #666666;
	text-align: left;
	background: #FFFFFF url(images/br_background.gif) repeat-x scroll center left;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #666666;
	text-align: left;
	background: #FFFFFF url(images/br_background.gif) repeat-x scroll center left;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	text-align: left;
	background-color: #600;
	text-decoration: none;
	background: #FFFFFF url(images/br_background_select.gif) repeat-x scroll center left;
}
