*{
  padding: 0;
  margin:0; 
}
.fnav {
  width: 100%;
  background: url("../images/tabbg.jpg") repeat-x top;
}
.fnav ul {
  width: 980px !important;
  height: 38px;
  background: url("../images/ulbg.jpg") no-repeat center 18px;
  margin: 0 auto;
  overflow: hidden;
}
.fnav ul .active {
  background: url("../images/LinktabH.jpg") left top no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
}
.fnav ul li {
  list-style:none ;
  padding-left:0!important;
  padding:0 20px !important;
  height: 38px;
  float: left;
  line-height: 38px;
}
.fnav ul li a {
  color: #333;
  padding-right: 35px;
  height: 38px;
  display: block;
  font-size: 13px;
  color: #222;
  text-decoration: none;
}
.fnav ul li a:hover{
  text-decoration: underline;
}
.linkcts{padding:10px 0;}
.fnav section {
  width: 980px !important;
  margin: 0 auto;
  display: none;
}
.fnav section a {
	width: 16% !important;
	display: block !important;
	float: left !important;
	text-indent: 2em !important;
	padding: 5px 0 !important;
}
@media (max-width: 970px) {
  .fnav {
  display: none;
}

}