/*menu */

#listmenu{
list-style:none;
margin:0;
padding:0;
}
#listmenu a.hac{
display:block;
text-indent:10px;
cursor:pointer;
	height:13px;
	background: #E18F9D;
	border-top: 10px solid #E18F9D; 
	border-bottom: 10px solid #E18F9D;
	margin-bottom:10px;
	colour: #212666;
	font-variant:small-caps;
	font-weight:bold;
	margin-top:10px;




}
#listmenu a.selected{
	height:13px;
	background: #D8607C;
	border-top: 10px solid #D8607C; 
	border-bottom: 10px solid #D8607C; 
	colour: #CCCCCC;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;

}

