/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV ul { /* all lists */
		
	border: 0;
	margin-left:-30px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
	font-size: 11px;
	
	
	/*list-style-type: none;*/

	/*width: 144px;*/
}

#houseMenuV li { /* all list items */
display: inline;
	margin: 0px;
	border: 0;
	padding: 0;
	/*width: 144px;*/
		font-weight:normal;
		color:#6A6869;
	line-height:15px;
	left:-10px;

}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
	list-style: none;

}
#houseMenuV li span{
   font-weight: normal;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	/*left: -9999px;*/
	z-index: 999;
}

#houseMenuV a {
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
color: #808080;
	font-weight:normal;
	text-decoration: none;


}

#houseMenuV li a:hover {
	color: #FE6700;
	text-decoration:none;
	font-weight:normal;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	/*left: -9999px;*/
	color: #FE6700;
	font-weight:normal;
	text-decoration: none;
}

#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: auto;*/
	z-index: 999;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
			list-style-image:url(left_p.jpg);
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuV a#houseMenuParentItem 
{ /* all links under the parent item (li)
	color: #FE6700;
	font-weight:normal; */
	text-decoration: none;
}

#houseMenuV a#houseMenuParentLink
{ /* parent link itself 
	color: #FE6700;
	font-weight:normal;*/
	text-decoration: none;
}

#houseMenuV a#houseMenuCurrentLink
{ /* current link itself */
	color: #FE6700;
	font-weight:normal;
	text-decoration: none;
	
}

