.menuwrap {
	width: 960px;
	height: 35px;
	background: transparent url(menubg.png);
	border: 1px solid white;
	border-left: none;
	margin:0 auto; padding:0;	
}

ul.topmenu {
	margin: 0; padding:0;
}

.topmenu li {
	list-style: none;
	float: left;
	margin: 0; 
	padding:0;
	line-height: 34px;
	background: transparent url(menubg.png);
	border-left: 1px solid white;	
}

	.topmenu li.last {
		border-right: 1px solid white;		
	}

.topmenu a {
	margin: 0;
	padding: 10px 8px 10px 9px;
	color: white;
	text-transform: uppercase;	
 	font-size: 13px;
}

	
.topmenu a:hover	/* menu at mouse-over  */
	{
	color: #3c69a9;
	text-decoration:none;	
	background: white url(gray.png);			
	}		