/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
	margin: 0;
	padding: 0;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#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 { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#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: 30px;
	width: 100%;
	/* IE-only */
}

#houseMenuH li { /* all list items */
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 200px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100%;
	_width: 200px;
	background: #FFFFFF;	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font: bold 10px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color : #FFFFFF;
	background-color: transparent;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-right: 6px;
	padding-left: 6px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 30px;
	_height: 30px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 100%;
	color: #666666;
	text-align: left;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	line-height: 30px;
	width: 200px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100%;
	_width: 100%;
	_height: 30px;
	text-indent: 6px;	/* end hack */


}

#houseMenuH li a:hover {
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	background: #d40000;
}

#houseMenuH li li a:hover {
	width: 200px;
	color: #666666;
	text-align: left;
	background: #E9E9E9;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	line-height: 30px;
	text-decoration: none;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 200px;
	_height: 20px;	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	background: #FFFFFF;
	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 */
	border: solid 1px #333;
	margin: 0px 0 0;
	/* end hack */
	line-height: 35px;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -33px 0 0 200px;
	border: solid 1px #666;
	line-height: 12px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuHParentItem a
{ /* all links under the parent item (li) */
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

#houseMenuH a#houseMenuHParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHCurrentLink
{ /* current link itself */
	color: #eee; 
	background-color: #900; 
	text-decoration: none;
}
