/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

#houseMenuV {
margin: 0;
	/*padding: 0;
	border: solid 1px #999;
	list-style-type: none;*/
	list-style: none;
	/*width: 144px;*/
	background-attachment: scroll;
	width:147px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-image: url(bgMenus.jpg);
	background-repeat:repeat-y;
	/*background-position: left top;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	
}


/* Vertical Menu */
#houseMenuV ul { /* all lists */
	margin: 0;
	/*padding: 0;
	border: solid 1px #999;
	list-style-type: none;*/
	list-style: none;
	float: left;
	/*width: 144px;*/
	background-attachment: scroll;
	width:147px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-image: url(bgList.jpg);
	background-repeat:repeat-y;
	/*background-position: left top;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	padding:37px 5px 10px 10px;
	/*background:bgMenus.jpg;*/
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 145px;
	/*width: 142px;
	 hack for MacIE5 to ignore, while other browsers use \*/
	/*width: 146px;*/
	 /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	float:left;
        padding:0px;
	margin-left: 150px;	
	margin-top: -21px;
	border: solid 1px #999;	
        
}


#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
         float:left;
}

#houseMenuV a {
	/*display: block;*/
	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	 /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: bold;
	text-decoration: none;
	/*background-color: #666666;*/
	padding: 1px 4px 2px 2px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuV li a:hover {
	color: #6D6E69;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(bgMenusOver.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	height:16px;	
	margin:0px;
}

#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:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
	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;*/
float:left;
}


/* 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: #ffffff;
	/*background-color: #666;
*/
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #ffffff;
	/*background-color: #333;*/
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	/*background-color: #600;*/
	text-decoration: none;
}
