/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */

#houseMenuV ul { /* all lists */
	margin: 0 0 0 -1;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	margin: -1 0 0 0;
	padding: 0;
	border: solid 1px #124424;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 250px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 250px;
	_width: 250px; /* width recognized by IE only to handle box model issues */
	/* end hack */
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	width:300px;
	left: -9999px;
	margin-left: 243px;
	_margin-left: 241px;
	margin-top: -17px;
	border: solid 0px #000000;
	z-index: 999;
	/* opacity: .9; */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); */
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	display:block;
	left: -9999px;
	z-index: 1000;
}

#houseMenuV a {
	text-align:center;
	display: block;
	width: 250px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 245px;
	_width: 250px; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #CCFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #124424;
	padding: 1px 3px 1px 3px;
	margin:0 0 0 0;
	border:0;
	z-index:999;
	/* opacity: .9; */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); */
}

#houseMenuV ul li ul li a {
	text-align:center;
	display: block;
	width: 300px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 300px;
	_width: 300px; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #CCFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	background-color:#124424;
	padding: 1px 3px 1px 3px;
	margin:-1 0 0 0;
	border: solid 0px #000000;
	z-index:1000;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuV ul li ul li a:hover {
	color: #124424;
	background-image:url(cnvbkgnd.jpg);
}

#houseMenuV li a:hover {
	color: #124424;
	background-image:url(cnvbkgnd.jpg);
}
#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: 7px;
	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) */
	font-size:13px;
	color: #CCFFFF;
	background-color: #124424;
	text-decoration: none;
}
a#houseMenuParentLink
{ /* parent link itself */
	font-size:13px;
	color: #CCFFFF;
	background-color: #124424;
	text-decoration: none;
}
#houseMenuParentItem a:hover {
	color: #CCFFFF;
	background-image: ;
	background-color: #124424;
	text-decoration: underline;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color:#fdfef0;
	background-color:#124424;
	text-decoration: none;
	/* border: 1px solid #212286; */
	/* padding: 0px 1px 1px 1px; */
}


#houseMenuCurrentLink a:hover
{	
	text-decoration: none;
}
.submenu {
	z-index:1000;
}
