/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	text-align:center;
	list-style: none;
	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;
}

#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 { /* second-level lists */
	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-color: transparent;
  
	width: 100%;
	height: 40px;
	padding:0px;
}

#houseMenuH li { /* all list items */
  margin-left:1px;
  margin-right:1px;
  margin-top:2px;
  margin-bottom:2px;
	height: 100%;
	width:130px;
	padding:0px;
	overflow: hidden ;
}

#houseMenuH li li { /* all items under the top level */

}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:16px; 
	font-weight:bold;
	text-decoration : none;
	color : #5A6711;
	background-color: transparent;
	padding-top:10px;
	


	height: 100%;
	width:130px;
}

#houseMenuH li li a { /* all item links under the top level */

}

#houseMenuH li a:hover {
	padding-top:10px;
	height: 100%;
	color: #FFCC00;
	background-color: #5A6711; 
}

#houseMenuH li li a:hover {

}

#houseMenuH li ul { /* second-level lists */

}

#houseMenuH li ul ul { /* third-and-above-level lists */
	

}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuHParentItem a
{ /* all links under the parent item (li) */
	color: #FFCC00; 
	background-color: #692727; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHParentLink
{ /* parent link itself */
	color: #FFCC00; 
	background-color: #692727; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHCurrentLink
{ /* current link itself */
	color: #FFCC00; 
	background-color: #5A6711; 
	text-decoration: none;
}


