#houseMenuVstatic ul
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 144px;		
}
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	padding: 0;
	width: 144px;	
}
#houseMenuVstatic a
{
	display: block;
	padding-right: 6px;	
	padding-left: 6px;
	padding-bottom: 4px;	
	padding-top: 6px;
	background-color: #879DAE;
	text-decoration: none;
	font-weight: bold;
	width: 168px;
	_width: 180px;
	margin: 0;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;	
}
#houseMenuVstatic ul ul a
{
	display: block;
	padding-right: 6px;	
	padding-left: 16px;
	padding-bottom: 4px;	
	padding-top: 6px;
	background-color: #96A9B8;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	color: #ffffff;
	width: 158px;
	_width: 180px;
	
}
#houseMenuVstatic ul ul ul a
{
	display: block;
	padding-right: 6px;	
	padding-left: 26px;
	padding-bottom: 4px;	
	padding-top: 6px;
	background-color: #B4C0CB;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	width: 148px;
	_width: 180px;
	margin: 0;
	font-style: italic;
}
#houseMenuVstatic a:hover
{
	background-color: #00A636;
	color: #FFFF00;
}

.ArrowPointer
{
	cursor: default;
}

#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
/*	background-color: #00a636;*/
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #FFFF00;
	background-color: #00a636;
	text-decoration: none;
}

a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #00a636;
	text-decoration: none;
}

ul a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #00a636;
	text-decoration: none;
}

ul ul a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #00a636;
	text-decoration: none;
}

ul ul ul a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #00a636;
	text-decoration: none;
}
