@charset "gb2312";
/* 头部样式 */

#top{
	width:100%;
	height:101px;
	background-image: url(../images/bgline.gif);
	margin:0px auto; /*利用 auto 兼容 FF 浏览器*/
}
.logo{ 
   float:left;
   margin-left:26px;
}

/*导航样式*/
#nav {
	 line-height: 30px !important;
	 line-height: 24px;
	 list-style-type: none;
	 background:#666;
}
#nav a {
	display: block;
	width: 80px;
	text-align:center;
}
#nav a:link  {
	color:#666;
	text-decoration:none;
}
#nav a:visited  {
	color:#666;
	text-decoration:none;
}
#nav a:hover  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#nav li {
	float:left;
	width:90px;
}
#nav li a:hover{
	background:#99CF46;
}
#nav li ul {
	line-height:30px !important;
	line-height:30px;
	list-style-type: none;
	left: -999em;
	position: absolute;
	margin:0px auto; /*利用 auto 兼容 FF 浏览器*/
}
#nav li ul li{
	float: left;
}
#nav li ul a{
	display: block;
	width: 100px;
	text-align:center;
}
#nav li ul a:link  {
	color:#1D8ACF;
	text-decoration:none;
}
#nav li ul a:visited  {
	color:#1D8ACF;
	text-decoration:none;
}
#nav li ul a:hover  {
	color:#FE9200;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
}
#nav li:hover ul {
	left: 0;
}
#nav li.sfhover ul {
	left: 0;
}
#nav li.sfhover1 ul { 
left: -999em; 
} 
