/* Remove from menu */
.my_home_remove { display: none; }


/*
========================================================================
Menu encapsulator
========================================================================
*/
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/
#houseMenuV 
{ 
    width: 147px;
    line-height: 1.4em;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	background: red;
}


#houseMenuV ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	list-style: none;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	list-style: none;
	position: relative;
}



#houseMenuV li ul li { margin: 0; padding: 0; }


#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	top: -1px;
	padding: 0;
	margin: 0 0 0 147px;
	border: 0;
}


#houseMenuV li ul ul { /* third-and-above-level lists */
	top: -1px;
	left: -9999px;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 151px;
}


#houseMenuV a 
{
	margin: 0;
	padding: 0 0 0 5px;
	display: block;
	width: 142px; 
	_width: 147px;
	height: 2.9em;
	font-size: 1.1em;
	font-weight: bold;
	color: #63c01a;
	text-decoration: none;
	text-transform: lowercase;
	background: #fff;
	line-height: 1.0em;
}


#houseMenuV li ul li a 
{
	font-weight: normal;
	font-size: 0.9em;
	border-bottom: solid 1px #e0e7ea;
}

#houseMenuV li a:hover { color: #fff; background:  #63c01a; }


#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) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ 
	text-decoration: none;
	background:  #f1f2f6;
}
