#web_menu .box_menu {
	height: 35px;
	width: 956px;
	background-image: url(images/web_menu_bg.png);
}
#web_menu .box_menu ul {
	list-style-type: none;
	text-align: center;
	display: inline;
}
#web_menu .box_menu li {
	height: 35px;
	width: 73px;
	text-align: center;
	float: left;
	background-image: url(images/web_menu_ul_li_bg.png);
	font-size: 14px;
	line-height: 35px;
	over-flow: hidden;
	background-repeat: no-repeat;
	background-position: right;
}
#web_menu .box_menu li a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#web_menu .box_menu li a:hover {
	font-weight: bold;
	color: #666666;
}

