  
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/
#houseMenuVstatic 
{
	margin: 0;
	border: 0;
	padding:0;
	list-style-type: none;
	vertical-align:top;
	text-align:left;
	display:inline;
	/*position:absolute;
	left:25;
	top:250;*/
}

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	width: 110px;
	display: inline; 
	list-style-type: none; 
	vertical-align:top;
	text-align:left;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding:0;
	width: 110px;
	list-style-type: none; 
	vertical-align:top;
	text-align:left;
}

#houseMenuVstatic li ul { /* second-level lists */
	display: inline;
	margin: 0;
	border: 0;
	padding-left: 10;
	width: 100;
	list-style-type: none; 
	vertical-align:top;
	text-align:left;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #666666;
	padding-top: 4px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 110px;
	_width: 110px;
	margin: 0;
}



/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover{
	text-decoration:underline;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
	font-weight:normal;
}

/* 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: #666666;
	background-color: #FFFFFF; /* was 666 */
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

#houseMenuVstaticCurrentLink{
	color: #000000 !important;
	background-color: #FFFFFF;
	text-decoration: none;
}
