
#menunew {
	background: #8aa4c9;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menunew li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#menunew a {
	background: #8aa4c9 url("../images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 9px;
	text-decoration: none;
}
#menunew a:hover {
	background: #c3d1e5 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}