﻿#nav 
{ 
	margin-top:0px;
	margin-left:10px;
	list-style-type: none; 
	text-align:center;
	font-family: arial, 宋体, serif, boder;
	font-size:12px;
}

#nav a 
{
	display: block; 
	text-align:center;
	width:95px;
	height:30px;
}

#nav a:link  
{
	color:#fff; 
	text-decoration:none;
}
#nav a:visited  
{    
	height:30px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover  
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	height:30px;
}
#nav ul
{
	text-align:center;
	float:left;
}
#nav li 
{
	float:left;
	text-align:center;
	color:White;
	line-height:30px;
	height:30px;
	}
#nav li a:hover
{
	background:#007dc2;
	height:30px;
}

