body
{
	
}

*{margin:0;padding:0;border:2;}
  
#nav {
	line-height: 40px;
	list-style-type: none;
	background-image: url(../images/botton-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 1003px;
	z-index:100;
	margin-bottom: -3px;
	
} 
.index-special {
	background-image: url(../images/botton-hover-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 40px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}


#nav a { 
display: block; width: 100px; text-align:center; 
} 
  
#nav a:link {
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: #0067B4;
	background-image: url(../images/botton-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 
#nav a:visited {
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: #0067B4;
	background-image: url(../images/botton-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
} 
#nav a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
	background-image: url(../images/botton-hover-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
  
#nav li { 
float: left; 

} 
#nav li a:hover{
	background-image: url(../images/botton-hover-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
} 
#nav li ul { 
line-height: 27px; list-style-type: none;text-align:left; 
left: -999em; width:110px; position: absolute; 

} 
#nav li ul li{ 
float: left; width: 130px; 
background: #F6F6F6; 

} 
  
#nav li ul a{ 
display: block; width: 130px;text-align:left;padding-left:24px; 
} 
  
#nav li ul a:link {
	color:#000;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
} 
#nav li ul a:visited {
	color:#333;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
} 
#nav li ul a:hover {
	color:#F3F3F3;
	text-decoration:none;
	font-weight:normal;
	background:#005FBD;
	font-size: 12px;
} 
  
#nav li:hover ul { 
left: auto; 
} 
#nav li.sfhover ul { 
left: auto; 
} 
#content { 
clear: left; 
} 
.frame {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
}
