#cssmenu {
/*	background: #333;*/
background-color: #294d91;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 50px;
	margin-top: 100px;
	width: 12em;
	float: right;
}
#cssmenu li {
	font: 70% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
   list-style: none;
	height: 25px;
}
#cssmenu a {
	background: #294d91; /*	border-bottom: 1px solid #393939;*/
	border-bottom: 1px solid silver;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 0px 12px;
	text-decoration: none;
	font-weight: normal;
}
#cssmenu a:hover {
	background: #2580a2 url('images/hover.gif') left center no-repeat;
	color: #fff;
	/*padding-bottom: 8px;*/
}