/*- Nav1 -*/
#nav1{
	font-size: 16px;
	overflow: visible;
	height: 43px;
	padding-left: 5px;
	width: 950px;
	clear: both;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 3;
}


#nav1 li{
	list-style-type: none;
	height: 60px;
	width: 150px;
	float: left;
	padding-left: 5px;
	padding-top: 3px;
	line-height: 27px;
}
#nav1 li a{
	color: #FC3;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	text-align: center;
}
#nav1 li a:hover {
	color: #292929;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(../img/nav1-active.gif);
}
#nav1 li a span{

}
#nav1   li.active   a  {

}
#nav1   li.active  a  span {

}
#nav1 li a:hover span{

}
#nav1 ul  li span a:hover{
	background-image: none;
}
