﻿#nav 
{
	margin:0;
	height:26px; 
	/*background:url(../../img/menubg.gif) no-repeat;*/
	background:#448;
}
#nav ul 
{
	margin:0; padding-top:3px;
	list-style:none; 
	margin-left:30px; 
	height:20px; 
	text-align:center;
}
#nav li 
{
	float:left; 
	margin:0; padding:0 8px;
	line-height:20px;
	overflow:hidden; 
	text-align:center; 
	font-family:Verdana;
	font-size:12px; font-weight:800;
	border-left:solid 2px #9cc;
}
#nav #first{ border:none;}
#nav a{ display:block; height:20px; line-height:20px; text-decoration:none; color:#f9d;}
#nav a:hover,#nav a #current { color:#ff0; text-decoration:underline;}
