@charset "UTF-8";
/* CSS Document */

a.nav, a.nav:link, a.nav:visited 
{
	display:block;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	overflow:hidden;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

a.nav:hover {
	color: #666;
} 

a.nav:active {
	color:#fff;
} 

#current {
	color: #000;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(images/NAVBARDOWN.jpg);
}
