#menu {
	clear: both;
	width: 1024px;
	height: 55px;
	background: url(img/other/ywgs/images/ywgs_menu_bg.jpg);
}

#menu ul {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

#menu ul li{
	text-align: center;
	display: inline;
}

#menu ul li a{
	padding: 5px 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #13262f;
	border-right: 1px solid #d5d5d5;	
}

#menu li a:hover, #menu li .current{
	color: #737374;
}

#menu li .last{
	border-right: none;
}
