/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/


#houseMenuVstatic
{
list-style-type: none;
margin: 0px 0 0 0px;
padding: 0px 0 0px 0px;
width:167px;
background: transparent;
/*border: solid 1px red;*/
}

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
margin: 0px 0 0 0px;
padding: 0px 0 0px 0px;
list-style-type: none;
background: transparent;
width:165px;

}


#houseMenuVstatic li
{
list-style-type: none;
height:30px;
margin: 8px 0 0px 0px;
padding:0 0 0 0px;
background: url(housebutton_165.gif) no-repeat top center transparent;
vertical-align: middle;

}


#houseMenuVstatic a
{
display: block;
color: #858585;
font-family: arial;
font-size: 11px;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 8px 0px 0 0px ;
text-decoration:none;
background: transparent;
text-align: center;
width:165px;
height:25px;

line-height:14px;
}

/*
#houseMenuVstatic a:hover
{
color: #555555;
border:0;
}
#houseMenuVstatic a:visited
{ 
color: #858585;

}  */

#houseMenuVstatic li a:hover
{
color: #555555;

}
/*
#houseMenuCurrentItem a
{
color: #555555;

}    */

a#houseMenuCurrentLink  /* current link itself */
{
	color: #555555;
	text-decoration: none;
}