﻿#nav 
{
	margin:0;
	text-align:center;
	height:26px;
	background:#4c9fc7;
}
#nav1
{
	margin:0 auto;
	width:820px;
	height:24px;
	border:solid 0 #333;
}
#nav ul 
{
	margin:0; padding-top:3px;
	list-style:none; 
	margin-left:0; 
	height:20px; 
	text-align:center;
}
#nav li 
{
	float:left; 
	margin:0; padding:0 20px;
	line-height:20px;
	overflow:hidden; 
	text-align:center; 
	font-family:Verdana;
	font-size:12px; font-weight:800;
	border-left:solid 2px #efffcb;
}
#nav #first{ border:none;}
#nav a{ display:block; height:20px; line-height:20px; text-decoration:none; color:#efffcb;}
#nav a:hover,#nav a #current { color:#ff0; text-decoration:underline;}
