/*menu */

#listmenu{
list-style:none;
margin:0;
padding:0;
}

#listmenu a.hac{
display:block;
background:transparent  left 40% no-repeat;
margin-left:10px;
cursor:pointer;
font:Verdana;
color:#ffffff;
text-decoration: none;
}
#listmenu a.selected{
/*background: transparent url(images/menu-on.gif)  left 40% no-repeat;*/
color:#B5E9F2;
font-weight:bold;
text-decoration: none;
}

#listmenu a.hac2{
display:block;
background:transparent  left 40% no-repeat;
margin-left:0px;
cursor:pointer;
font:Verdana;
color:#FFFFFF;
text-decoration: none;
font-weight:bold;
}


#listmenu a:hover{
background: transparent url(images/menu-on.gif)  left 40% no-repeat;
color:#ffffff;
font-weight:bold;
}


