/* CSS Document */

#linksmenu a{
	float:right; 
 	width:180px; 
 	height:20px; 
	border-left:solid 1px #AFC8E2; border-bottom:solid 1px #AFC8E2;
	background-color:#ACD5F9; 
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#80A6D0;
}