* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}



.nav {width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    
	
	position: relative;
}

.nav li {
	
    padding: 0 12px;
	text-align: center;
	line-height: 42px;
	float: left;
	cursor: pointer;
}
.nav li a{
    font-size: 15px;
    color: #ffffff;}
.nav li:hover,.nav li.active{
	background: #ffffff;
}
.nav li:hover a,.nav li.active a{
	color: #4b6c84;
	font-weight: bold;
}
ul {
	position: relative;
}

.nav span {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 42px;
	background: url(/static/images/menubg.png) center top no-repeat;
}