/*menu */

#listmenu{
list-style:none;
margin:0;
padding:0;

}

#listmenu li a.hac {
	background: #1A171B;
	border: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.8em;
	padding:5px;
	font-weight: bolder;
}

#listmenu a.hac{

background:#1A171B  left ;
text-indent:5px;
cursor:pointer;
}

#listmenu a.selected{
background:#1A171B  left ;
}

#listmenu ul li a:hover { color:#fff; text-decoration:none; }
#listmenu ul li a.on { color:#fc0; text-decoration:none; }

#listmenu ul li{
background:#1A171B;
padding:3px;
margin:0;
text-align:right;
}

#listmenu ul {
list-style: none; margin:0;
}

