@charset "utf-8";
/* CSS Document */

.nav-1 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight:bold;
	text-transform: uppercase;
}
.nav-1-selected {
	text-decoration: none;
	color:#e23132;
	font-size: 1.1em;
	font-weight:bold;
	text-transform: uppercase;
}
.nav-2 {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	margin-bottom:5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	background-color: #00CC00;
	padding: 4px;
	border: 1px solid #00FF00;
}
.nav-2-selected {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	margin-bottom:5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	background-color:#e23132;
	padding: 4px;
	border: 1px solid #00FF00;
}
