/* ==========================
    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;
	list-style: none;
	white-space: wrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: right;
	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 {
	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, #houseMenuH ul 
{ /* all submenu lists */
/*'background:url(background-main-menu.jpg) no-repeat;*/
	z-index:9999;
	float: right;
	
/*	width: 430px;*/
	list-style: none;
	margin:0px;
	height:20px;
	background-color: transparent;
	font-size:9px;
	font-family:verdana, Arial, Helvetica, sans-serif, "Arial Narrow", Tahoma;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	display:block;
	font-weight:bold;
	
}



#houseMenuH li 
{ /* all list items */
	float: left;
	padding: 0px 0px 0px 0px;
	
}


#houseMenuH li li 
{ /* all items under the top level */

	width:210px;
	margin:0px 0px 0px 0px;
	
	text-align:left;
	display:block;  /**********************/
	
}

#houseMenuH a 
{ /* all links within the menu wrapper */
font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;

	display: block;
	text-decoration: none;
	padding:5px;
	color: #424344;
	background-color: transparent;	
}

#houseMenuH a:hover
{
	display: block;
	text-decoration: none;
	
	
}

#houseMenuH li li a 
{ /* all item links under the top level */
	text-decoration:none;
	
	color:#000000;
	height:20px;
	padding:5px;
	font-weight:bold;
	width:auto;

}

#houseMenuH li a:hover 
{	
	display: block;
	text-decoration: none;
	padding:5px;
color: #d95821;
	
}

#houseMenuH li li a:hover 
{
	text-decoration:none;
	padding:5px;
	color:#d95821;
	
	background-image:none;
	/* end hack */
}

#houseMenuH li ul 
{
	position: absolute;
	left: -999em;
	width:210px;
	height: auto;
  /*********** Have to mention the width here (or) in the list tag itself *********/
	/*	w\idth: 13.9em;*/
	margin: 0px 0px 0px 0px;
		
	padding: 0px;
	border: solid 1px #036;
	text-align:left;
}

#houseMenuH li ul ul 
{ /* third-and-above-level lists */
	margin: -20px 0px 0px 0px;
}

#houseMenuH li ul a 
{
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;	
	padding-top:3px;		
	padding-bottom:4px;	
	color:#000000;
	
	font-weight:bold;
}

#houseMenuH li ul a:hover
{
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;	
	padding-top:3px;
	padding-bottom:4px;		
	line-height:12px;
	font-weight:bold;
	

}

#houseMenuH li li li a:hover 
{
	text-decoration:none;
	height:20px;
	padding-right:0px;
	padding-left:10px;	
	line-height:19px;
	font-weight:bold;
	
	color:#000000;
}
#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	
	color: #D95821; 
	/*background-color: #036; */
	text-decoration: none;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

