/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV, #houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	border: solid 0px #999;
	list-style: none;
	float: left;
	/*text-align:left;*/
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: white;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:10px;
	padding-top:10px;
	/*background-image: url(main_arrow2.gif);
	background-position:left; 
    background-repeat:no-repeat;*/
}



#houseMenuV li ul { /* second-level lists */
	position: relative;
	left: -9999px;
	margin-left: 130px;
	_margin-left: 130px;
	margin-top: 0px;
	/*margin-top: -21px;*/
	border: solid 0px #999;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a {
	display: block;
	width: 135px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 130px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #4d4d4d;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	background-color: Transparent;
	padding: 5px 5px 5px 5px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	border-bottom: dotted 1px #C0C0C0;
}

#houseMenuV li a:hover {
	color: #e71939;
	background-color: Transparent;
}

#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: 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;
}


/* 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: blue;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	padding-left:5px;
	border: 0;
	list-style: none;
	position: relative;
	/*float: left;*/
	text-align:left;
	width: 130px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 130px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
	/*padding-bottom:2px;*/
	background-image: none;
	background-image: url(menu_noarrow.gif);
	background-position:left;
    background-repeat:no-repeat;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #4d4d4d;
	background-color:  Transparent;
	text-decoration: none;
	padding-left: 5px;
	width:120px;
	width:130px;
    _width:100%;
    background-image: none;
	background-image: url(menu_arrow.gif);
	background-position:left;
    background-repeat:no-repeat;
    	
}
