.nav{
    width:670px;
	height:45px;
}
.nav a{
    float:left;
    display:block;
    font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:12px 10px 12px;
}
.nav a:hover,.nav a.linght{
    color:#FDD704;
	font-weight:bold;
}
.nav span{
    float:left;
    background:url(../images/public/nav_line.jpg) center top no-repeat;
	height:45px;
	padding:0 25px;
}