
#cssmenu {
	background: url("../struct-images/menu-bg.jpg") repeat-x;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:34px;
}
#cssmenu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:13px;
}
#cssmenu a {
	display:block;
	height:18px;
	background:url("../struct-images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 22px;
	text-decoration: none;
}
#cssmenu a:hover {
	background: #4786ba ;
	color: #fff;
	}