.boxmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #292525;
	text-decoration: none;
	background-color: #F1F0EB;
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;

}
.boxmenu a:link { text-decoration: none; color: #292525; }
.boxmenu a:visited { text-decoration: none; color: #292525; }
.boxmenu a:hover { text-decoration: underline; color: #292525;}
.boxmenu a:active { color: #292525; }
