#linksmenu a{
  font: 0.7em Verdana, sans-serif;
	float:right;
	width:183px;
	height:20px;
	background-color: #89a00c;
	color: #000000;

	border-bottom: 1px dotted #000000;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	background-image: url(/themes/green_coral/1.png);
}

#linksmenu a:hover{
	background-color: #96af0d;
	color: #000000;
	background-image: url(/themes/green_coral/2.png);
}

#menu{
	float:left; width:150px; margin:0px;
	
}

