/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	width:auto;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	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: 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:-20px;
	z-index: 99999;
}

#houseMenuH li:hover ul#houseMenuHList1004,
#houseMenuH li.sfhover ul#houseMenuHList1004 {
	left:-80px;
	z-index: 99999;
}
#houseMenuH li:hover ul#houseMenuHList1007,
#houseMenuH li.sfhover ul#houseMenuHList1007 {
	left:-201px;
	z-index: 99999;
}
#houseMenuH li:hover ul#houseMenuHList1008,
#houseMenuH li.sfhover ul#houseMenuHList1008 {
	left:-375px;
	z-index: 99999;
}
#houseMenuH li:hover ul#houseMenuHList1009,
#houseMenuH li.sfhover ul#houseMenuHList1009 {
	left:-454px;
	z-index: 99999;
}
#houseMenuH li:hover ul#houseMenuHList1010,
#houseMenuH li.sfhover ul#houseMenuHList1010 {
	left:-577px;
	z-index: 99999;
}
#houseMenuH li:hover ul#houseMenuHList1011,
#houseMenuH li.sfhover ul#houseMenuHList1011 {
	left:-688px;
	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 { /* menu wrapper div */
	border: solid 0px #999;
	width: 800px;
	background-color: transparent;
	height: 22px;
}

#houseMenuH ul { /* all submenu lists */
	line-height: 15px;
	background-color: transparent;
	text-align:center;
}

#houseMenuH li { /* all list items */
	background-color: transparent;
	height:22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	text-align:center;
	/* end hack */
	padding-left:33px;
	padding-right:32px;
	border-left:1px solid #6a8689;
}

/***********************
 *  Main Set of Links  *
 ***********************/
#houseMenuH a { /* all links within the menu wrapper */
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-decoration : none;
	color:#ffffff;
	background-color: transparent;
	padding-top: 4px;
	width: auto;
	height: 22px;
}

#houseMenuH li a:hover {
	padding-top: 4px;
	height: 22px;
	color:#163b40;
	background-color: transparent;
}



/* 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) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
}

