.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover{ 
	color: #FFFFFF;
	text-decoration: underline;
}
.subbar {
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #ff5200;
	height: 30px;
}
.subcat {
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	background-color: #FF8800;
	height: 30px;
}
