/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV ul
{
	/* all lists */
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	font-family: Arial,Tahoma,Helvetica, Sans-Serif;
	font-size: 9pt;
	background-color: White;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width:1px;
	border-bottom-color:#E0E0E0;
	border-bottom-style: solid;

}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	/*!!position: relative;*/
	float: left;
	width: 100%;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
	text-transform:uppercase;
	font-weight:bold;
	word-wrap: normal;
	
}

#houseMenuV li li{ /* all list items */
	text-transform:none;
	font-weight:normal;
	
	
	
}

#houseMenuV li ul ul{ /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 214px;
	_margin-left: 212px;
	margin-top: -23px;
	border: solid 1px #999;
	z-index: 7999;
	width: 300px;
}
#houseMenuV li ul ul ul{ /* second-level lists */

	_margin-left: 212;

}

#houseMenuV li ul ul ul{ /* third-and-above-level lists */
	left: -9999px;
	z-index: 8999;
}

#houseMenuV a {
	display: block;
	width: 170px;
	border: solid 1px white;

	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 156px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: Black;
	/*font-weight: bold;*/
	text-decoration: none;
	background-color: white;
	padding: 1px 4px 2px 4px;
	/*opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}
#houseMenuV span {
	padding-left:2px;
}
#houseMenuV li a:hover 
{
  border: #00008B 1px solid;
  background-color: #cccccc !important;  
}
/*#houseMenuV li a:hover
{
  border: #00008B 1px solid;
  background-color: #cccccc !important;  
}*/
#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}


#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

/*#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}*/
#houseMenuV li li,
#houseMenuV li li li,
#houseMenuV li li li li {
	position: relative;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #f0f0f0;
	text-decoration: none;
}

.ArrowPointer 
{
	cursor: default;
}
.SubArrowPointer 
{
	cursor: default;
}
.SubMenuA 
{
	
	
}
.ImgSub
{
	border:0;
	width:4;
	height:7; 
	position:absolute;
	left: 155px;
	margin-top: 4px;
}