/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */ 
#houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	border: solid 1px #999;
	list-style-type: none;
	list-style: none;
	/*float: left;
	width: 80px;*/
	font-size: 11px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	/*float: left;*/
	width: 150px;
	line-height : 18px;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 142px;
	margin-top: -21px;
	border: solid 1px #999;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a:link,
#houseMenuV a:visited,
#houseMenuV a:active {
	display: block;
	width: 100%;
	color: #626262;
	font-weight: bold;
	text-decoration: underline;
	background-color: #e5f2d9;
	padding: 1px 4px 2px 4px;
}
#houseMenuV li a:hover {
	/*color: white;
	background: #669933;*/
	text-decoration: none;
}

#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: 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;
}


/* 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) */
	display:block;
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	display:block;
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	display:block;
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}

#houseMenuV #houseMenuCurrentItem {
	/*border:solid 1px #669933;*/
}
