.nav{
    background:url(../images/public/menu_bg.gif) left top no-repeat;
    width:935px;
	height:53px;
	font-size:15px;
	font-weight:bold;
	padding-left:25px;
}

.nav a,.nav a:hover,.nav a.light{
	text-decoration:none;
	padding:18px 35px;

}
.nav a{
	color:#232323;
	display:block;
	float:left;
}
.nav a:hover,.nav a.light{
	color:#E92A05;
}
.nav span{
    background: url(../images/public/menu.gif) center top no-repeat;
	padding:0 10px;
	height:53px;
	float:left;
}
