@charset "utf-8";
/* CSS Document */
body{
margin:0;
}

div.newmenu{
background-color: #e3e4df;
height:35px;
width:960px;

}
ul.blue {
	margin:0;
	list-style: none;
	/*background-color: #f4f5ef;*/
	/*border-bottom: 1px solid #e7e7e7;*/
	float: left;
	clear: left;
/*	border: 1px solid blue;
-moz-border-radius: 20px;
-webkit-border-radius: 20px; 
*/
	
}

ul.blue li {
	float: left;
	font-size:10px;
	padding-top:5px;
	
}

ul.blue li a {
	float: left;
	text-decoration: none;
	color: #4d4d4d;
	padding: 4px 10px 0 0;
	margin-right: 10px;
	font: 900 11px "Arial", Helvetica, sans-serif;
}

ul.blue li a span {
	float: left;
	padding-right: 10px;
	display: block;
	margin-top: -4px;
	height: 30px;
	
}

ul.blue li a:hover {
 	color: #993300;
	background: url(images/blue.png) no-repeat top right;
	border:0;
}

ul.blue li a:hover span {
	background: url(images/blue.png) no-repeat top left;
	border:0;
}

ul.blue li a.current {
	background: url(images/blue.png) no-repeat top right;
 	color: #993300;
	border:0;
}

ul.blue li a.current span {
	background: url(images/blue.png) no-repeat top left;
	border:0;
}

