/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav 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
*******************************************************/
#HouseMenuNav { /* menu wrapper div */
	
	/*width: 758px;*/
	width: 756px;
	height: 33px;
	_height: 33px;
	background-color: #ffffff;
	/*border: solid 1px #300;*/
}

#HouseMenuNav ul { /* all submenu lists */
	/*line-height: 12px;
	background-color: #630;*/	
}

#HouseMenuNav li { /* all list items */
	width: 108px;
	height: 33px;
	_width: 108px;
	_height: 33px;
	background-image: url(/Portals/0/menu_back.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

#HouseMenuNav li li { /* all items under the top level */
	width: 210px;
	height: 33px;
	/* hack for MacIE5 to ignore, while other browsers use \*/	
	_width: 210px;
	_height: 33px;
	background-image: url(/Portals/0/menu_back_down.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	/* end hack */
}
#HouseMenuNav li li li{ /* all items under the top level */
	width: 210px;
	height: 33px;
	/* hack for MacIE5 to ignore, while other browsers use \*/	
	_width: 210px;
	_height: 33px;
	background-image: url(/Portals/0/menu_back_down.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-color: transparent;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 108px;
	height: 33px;
	_height: 33px;
	text-align: center;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 98px;
	height: 25px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 98px;
	_height: 25px;
	/* end hack */
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
}
#HouseMenuNav li li li a { /* all item links under the top level */
	width: 98px;
	height: 33px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 98px;
	_height: 33px;
	/* end hack */
	text-align: left;
	padding-left: 10px;
}

#HouseMenuNav li a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url(/Portals/0/menu_back.gif);
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 108px;
	_height: 33px;
	width: 108px;
	height: 33px;
	

}

#HouseMenuNav li li a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url(/Portals/0/menu_back_down.gif);
	width: 200px;
	height: 25px;
	_width: 200px;
	_height: 25px;
	padding-left: 10px;
	padding-top: 8px;
}
#HouseMenuNav li li li a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url(/Portals/0/menu_back_down.gif);
	width: 200px;
	height: 23;
	_width: 200px;
	_height: 23px;
	padding-left: 10px;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 210px; /* 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: 10px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	
	background-color: #ebebeb;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -33px 0 0 210px;
	_margin: -25px 0 0 210px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	/*padding: 5px;
	color: #fff; 
	background-color: #630; 
	text-decoration: none;*/
}

