﻿


/*导航样式*/
.nav_link {
	 font-size : 14px; 
	 background : url(/img/top4.png) no-repeat; 
	 float : left; 
	 width : 72px;
	 cursor : pointer;
	  padding-top : 2px; 
	  padding-bottom:0px;
	  height : 23px;
	 
	  vertical-align:text-bottom;
	  vertical-align:baseline;
	  color:#000000;
	   text-decoration : none;
	 
}
/*导航样式 选中当前*/
.nav_current {

	 background : url(/img/top1.png) no-repeat; 
	 float : left; 
	 width : 72px;
	 cursor : pointer;
	  padding-top : 3px; 
	  height : 24px;
	 padding-bottom:0px;
	  text-decoration: underline;
	  text-decoration: none;
	  color: #ffffff;
	  font-size: 14px;
	  font-weight:bold
}


A.nav:link {
	  color : #ffffff; 
	  font-family : "宋体";
	  text-decoration : none
}
A.nav:visited {
	  color : #ffffff; text-decoration : none
}
A.nav:hover {
	  color : #ffffff; text-decoration :  underline
}


A.Snav:link {
	  color : #50525c; 
	  font-family : "宋体";
	  text-decoration : none
}
A.Snav:visited {
	  color : #50525c; text-decoration : none
}
A.Snav:hover {
	  	 background : url(/img/top1.png) no-repeat; 
	 float : left; 
	 width : 72px;
	 cursor : pointer;
	  padding-top : 3px; 
	  height : 24px;
	 padding-bottom:0px;
	  text-decoration: underline;
	  text-decoration: none;
	  color: #ffffff;
	  font-size: 14px;
	  font-weight:bold;
}

