@charset "utf-8";
#menu_wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	width: 871px;
	background-image: url(../images/menu/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-top: -37px;
	z-index: 150;
}
#menu_wrapper ul {
	margin-left: 58px;
}
#menu_wrapper ul li {
	list-style-type: none;
	float: left;
	margin-top: 5px;
}
#menu_wrapper ul li a {
	padding-right: 11px;
	padding-left: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	display: block;
	line-height: normal;
	font-weight: bold;
}
#menu_wrapper ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	color: #E6C70C;
	
}
