@charset "utf-8";

.menu_nav {
	margin:0 auto 18px;
	padding:0;
	height:81px;
}
.menu_nav ul {
	list-style:none;
	padding:13px 30px 14px;
	height:54px;
	float:none;
	background:url(../images/menu_bg.gif) no-repeat center top;
}
.menu_nav ul li {
	margin:0;
	padding:0 13px;
	float:left;
	background:no-repeat right top;
}
.menu_nav ul li a {
	display:block;
	margin:0;
	padding:20px 0 0;
	width:166px;
	height:34px;
	font-size:16px;
	line-height:25px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-transform:none;
	text-align:center;
	background:url(../images/menu_p.jpg) no-repeat center top;
}
.menu_nav ul li.active a, .menu_nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:url(../images/menu_a.jpg) no-repeat center top;
}