a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:91px;
	height:24px;
	border:1px solid #B56639;
	background-color: #B56639;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	line-height:36px;
	overflow:hidden;
	float:left;
	font-weight: bold;
}

a.nav:hover {
	color:#dddddd;
	background-color: #B56639;
	border-top-color: #B56639;
	border-right-color: #B56639;
	border-bottom-color: #B56639;
	border-left-color: #B56639;
} 

a.nav:active {
	color:#eeeeee;
	background-color: #B46539;
} 

