a.nav, a.nav:link, a.nav:visited, .chosen {
	display:block; 
	width:auto; 
	height:30px; 
	text-align:center; 
	text-decoration:none; 
	font-size:10px; 
	color:#000; 
	line-height:30px; 
	overflow:hidden;
	float:left;
	padding:0 5px;
}

a.nav:hover {
	color:#E04C19; 
	background:#FFB895;
	border-bottom:solid 3px #FFB895;
}

a.nav:active, .chosen {
	background:#FFB895;
	color:#E04C19;
	border-bottom:solid 3px #FFB895;
}

.sideNav {
		padding : 2px 3px;
		height:25px;
		line-height:25px;
		display:block;
		font-size:10px;
		border-bottom:solid 2px white;
	}
	
	.sideNav:hover {
		background:#FFB895;
		color:#E04C19;
	}
	
	.chosenSide {
		display:block;
		width:200px;
		background:#FFB895;
		color:#E04C19;
		padding:2px 3px;
		font-size:10px;
		height:25px;
		line-height:25px;
		border-bottom:solid 2px white;
	}
