/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
	margin: 0;
	padding: 0;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 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 { /* second-level lists */
	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, #HouseMenuNav ul { /* all submenu lists */
	line-height: 25px;
	width: 100%;
	/* IE-only */
}

#HouseMenuNav li { /* all list items */
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#HouseMenuNav 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 */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font: bold 10px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #eee;
	text-decoration: none;
	background: #FFFFFF url(images/bg_grad.gif) repeat-x;
	border-top: 2px solid #00aeef;
	border-right: 2px solid #00aeef;
	border-left: 2px solid #00aeef;
	border-bottom: 0px none #00aeef;
	line-height: 19px;
	padding-right: 6px;
	padding-left: 6px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 19px;
	_height: 19px;
	margin-right: 1px;	/* end hack */
	margin-left: 1px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: auto;
	color: #666666;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	line-height: 25px;
	width: 20px;
	padding: 6px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: auto;
	_height: 25px;
	text-indent: 6px;	/* end hack */
	background: #FFFFFF;
}

#HouseMenuNav li a:hover {
	color: #eee;
	text-decoration: none;
	background: url(images/bg_grad.gif) repeat-x;
	border-top: 2px solid #9FD5FF;
	border-right: 2px solid #9FD5FF;
	border-left: 2px solid #9FD5FF;
	border-bottom: 0px none #9FD5FF;
	line-height: 19px;
	padding-right: 6px;
	padding-left: 6px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 19px;
	_height: 20px;
	margin-right: 1px;	/* end hack */
	margin-left: 1px;
}

#HouseMenuNav li li a:hover {
	width: auto;
	color: #666666;
	text-align: left;
	background: #E9E9E9;
	line-height: 25px;
	padding: 6px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	_height: 25px;	/* end hack */
}

#HouseMenuNav 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;
	/* end hack */
	line-height: 25px;
	height: auto;
	border-right: 1px solid #00aeef;
	border-bottom: 1px solid #00aeef;
	border-left: 1px solid #00aeef;
}

#HouseMenuNav 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. */
#HouseMenuNav #HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavCurrentLink 
{ /* current link itself */
	color: #eee;
	text-decoration: none;
	background: url(images/bg_grad.gif) repeat-x;
	border-top: 2px solid #F4F9FF;
	border-right: 2px solid #F4F9FF;
	border-left: 2px solid #F4F9FF;
	border-bottom: 0px none #F4F9FF;
}

#HouseMenuNav li ul a#HouseMenuNavCurrentLink
{ /* current link itself */
	color: #000000;
	text-decoration: none;
	background: #DDEEFF;
	border-style: none;
}


