@charset "utf-8";
#nav-div{
	width: 990px;
	height: 50px;
	margin: auto;
	position: relative;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
}
#nav-div ul{
	width: 100%;
	height: 40px;
	margin: auto;
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	list-style: none;
	cursor: pointer;
}
#nav-div ul li{
	width: 165px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	float: left;
	color: #FFF;
	cursor: pointer;
	margin-top: 3px;
}
#nav-div ul li a{
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
#nav-div ul li:hover a{
	color: #FFFFFF;
}
.nav-side{
	width: 990px;
	height: 40px;
}