/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0 0 0 -45px;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;

	
	
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 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 {z-index: 9999}

#houseMenuH, #houseMenuH ul { /* all submenu lists */
	width: 800px;
	height: 38px;
	line-height: 15px;


}

#houseMenuH a { /* all links within the menu wrapper */
	color : #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight : normal;
	text-decoration : none;
	background-color: transparent;
	padding: 10px 10px 13px 7px;
	width: auto;
	border-top: 2px solid transparent;	/*  #988e84  */	
	border-bottom: 2px solid transparent;	/*  #988e84  */		
	height: 38px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li { /* all list items */
	width: 168px;
	height: 38px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#houseMenuH li a:hover {
	padding: 10px 10px 13px 7px;
	color: #000; 
	background-color: #f2f2ea;
	border-top: 2px solid #988e84;	
	border-bottom: 2px solid #988e84;
}

#houseMenuH li ul { /* second-level lists */
	font-size: 11px;
	width: 203px; /* 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: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	height: auto;
	border-left: 2px solid #978d83;
	border-right: 2px solid #978d83;
	border-bottom: 2px solid #978d83;
	background-color: #dfdbc0;	
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 154px;
	_margin: -30px 0 0 154px;
	border: solid 1px #333;
	line-height: 12px;
}

#houseMenuH li li { /* all items under the top level */
	width: 178px;
	height: 25px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 154px;
	_width: 154px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 168px;
	/* end hack */
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 8px 4px;
	display: block;
	font-size: 13px;
}

#houseMenuH li li a:hover { /* all item links under the top level - this item controls sub list hover */
	width: 198px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 168px;
	/* end hack */
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 8px 4px;
	display: block;
	font-size: 13px;
}

/* 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) */
	color: #333; 
	background-color: transparent; 
	background-image: url(menubg/gray/menubar_ffffff_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	background-image: url(menubg/gray/menubar_ffffff_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	color: #a21500; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}


