
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;

	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 20px 0 20px;
	background-image: url(images/yellowdot.gif) !important;
	background-repeat:no-repeat !important;
	background-position:0px 3px;

	list-style-position:outside;
}

#houseMenuH li:hover{ /* all list items */
	position: relative;
/*	display: inline; */
	float: left;
	margin: 0;
	border: 0;
	padding:0 20px 0 20px;
	background-image: url(images/reddot.gif) !important;
	background-color:#FFCC00;
	background-repeat:no-repeat !important;
	background-position:0px 3px;


}


#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 {
	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;
		>margin-right:1px;
	>margin-left:1px;
}

#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 */
	
	height: 24px;
	line-height: 14px;

	margin-left: 275px;
}

#houseMenuH li { /* all list items */
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
		list-style:none;

	
}

#houseMenuH li li { /* all items under the top level */
	width: 144px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
		background-color:yellow;
		text-align:left;
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight : 900; 
	text-decoration : none;
	color : #333;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 13px;
	_height: 100%;
	/* end hack */

}

#houseMenuH li li a { /* all item links under the top level */
	padding: 5px;
	width: 134px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	height: 13px;
	_height: 100%;
	/* end hack */

}

#houseMenuH li a {
	padding-bottom:15px;
	>padding-bottom:50px;
}

#houseMenuH li a:hover {
	padding: 5px 5px 5px 5px;
	padding-bottom:15px;
	>padding-bottom:49px;
	height: 14px;
	color: #000;
	list-style:none;
}

#houseMenuH li li a:hover {
	margin: 1px;

	padding: 3px;
	_width: 140px;
	height: 14px;
	color: #000;


	
}

#houseMenuH li ul { /* second-level lists */
	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 #999;
	margin:0;
	_margin: 0;
	line-height: 14px;
	height: auto;
	padding-bottom:0px;
	>padding-bottom:0px;
	background-color:#FFFF00;
	margin-left: -20px!important;
}

*html #houseMenuH li ul { /* second-level lists */
	padding-bottom:0px;
	width:160px;
}

#houseMenuH  li ul a { /*SECOND MENU PROPERITES*/
		padding-top:10px;
}

#houseMenuH  li ul a:hover { /*SECOND MENU PROPERITES*/
		border:0px;
		height: 17px;
		color: #fff;
		background-color: #FFCC00; 
		padding-top:10px;
}

#houseMenuH li ul li {
	border:none!important;
	width:160px;
	margin:0px!important;
	text-align:left!important;
	padding-bottom:7px!important;
}


#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
	padding:0px;
}

#houseMenuH li ul li a { /* third-and-above-level lists */
	padding-left:5px;
}

#houseMenuH li ul li a:hover { /* third-and-above-level lists */
	padding-left:5px;
	width:170px!important;
}

/* 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;
}

li#houseMenuCurrentItem { /* all list items */
	position: relative;
/*	display: inline; */
	float: left;
	margin: 0;
	border: 0;
	padding:0 20px 0 20px;
	background-image: url(images/reddot.gif) !important;

	background-repeat:no-repeat !important;

}


#houseMenuCurrentItem   { /* all list items */
	position: relative;
/*	display: inline; */
	float: left;
	margin: 0;
	border: 0;
	padding:0 20px 0 20px;
	background-image: url(images/reddot.gif) !important;
	background-repeat:no-repeat !important;
}
