@import url("menud.css");
<style type="text/css">
#list-mes {
width: 132px;
/* this width value is also effected by
the padding on the links. */
}

#list-mes ul {
margin: 0; 
padding: 2px;
list-style-type: none;
} 
#list-mes ul {
margin: 2px; 
padding: 2px;
list-style-type: none;
} 
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
#list-mes li {
margin: 2px 0 0;
} 
#list-mes a {
	display: block;
	width:120px;
	padding: 2px;
	border: 1px solid #008800;
	background: #008800;
	text-decoration: none;
	margin: 2px;

} 
#list-mes a:link, #list-mes a:active, #list-mes a:visited {
	color: #008800;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #FFFFFF;
	font-size: x-small;
	margin: 2px;
	padding: 2px;




}

#list-mes a:hover {
	border: 1px solid #008800;
	background: #008800;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	padding: 2px;



} 
</style>
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
