
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
	height:20px;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	height:20px;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11120;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	line-height: 26px;
	width: auto;
	height: 41px;
	_height: 38px;
	background-color:#ff9900;
	
}

#houseMenuH li { /* all list items */
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width:auto;
	_width: 1px;
	height: 40px;
	_height: 41px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 230px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family:"Bookman Old Style", Tahoma, "Trebuchet MS";
	font-size: 14px;
	font-weight:normal;	
	text-decoration: none;
/*	text-transform: uppercase;*/
	color: #ffffff;
	background-color: transparent;
	padding:6px 15px 5px 15px;
	_padding:7px 15px 6px 15px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 28px;
	_height: 31px;
	border-left:1px solid #ff9900;
	border-right:1px solid #ff9900;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	padding:5px 15px 5px 15px;
	_padding:6px 15px 6px 15px;
	width: 200px;
	_width: 230px;
	height: 20px;
	background-color:#009390;
	/* hack for MacIE5 to ignore, while other browsers use \*/	
	height: 20px;
	_height: 20px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	/* end hack */
}

#houseMenuH li a:hover {
	padding:5px 15px 5px 15px;
	_padding:6px 15px 7px 15px;
	color: #ffffff;
	background-color: #009390;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;  
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 29px;
	_height: 31px;
	/* end hack */
}

#houseMenuH li li a:hover 
{
	width: 200px;
	_width: 230px;
	color: #009390;
	background-color: #a5dad9; 
	padding:5px 15px 5px 15px;
	_padding:6px 15px 6px 15px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	_height: 20px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 20px;
	background-color: #FBC144;
	height: auto;
	border-bottom:1px solid #FFFFFF;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -30px 0px 0px 230px;
	_margin: -32px 0px 0px 229px;
	line-height: 20px;
	background-color: #69c;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	padding:5px 15px 5px 15px;
	_padding:6px 15px 6px 15px;
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	padding:5px 15px 5px 15px;
	_padding:6px 15px 6px 15px;
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding:7px 15px 5px 15px;
	_padding:7px 15px 6px 15px;
	color: #fff; 
	background-color: #009390; 
	text-decoration: none;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}


