.navigation {
	width: 800px;
}

.button {
	background-color: #006bb6;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.button:hover {
	background-color: #0079CE;
	color: #EEEEEE;
}
	
.button a {color: #EEEEEE; text-decoration: none; }
.button a:hover {color: #EEEEEE; text-decoration: none; }
.button a:visited {color: #EEEEEE; text-decoration: none; }
.button a:active {color: #EEEEEE; text-decoration: none; color: #00CC00 }
 
	
.buttonhighlighted {
	background-color: #0F8CE3;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	}


.buttonhighlighted a {color: #FFFFFF; text-decoration: none; }
.buttonhighlighted a:hover {color: #FFFFFF; text-decoration: none; }
.buttonhighlighted a:visited {color: #FFFFFF; text-decoration: none; }
.buttonhighlighted a:active {color: #FFFFFF; text-decoration: none; color: #00CC00 }
 

.buttonsub {
	background-color: #0F8CE3;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
.buttonsub:hover {
	background-color: #379DE4;
}	
	
.buttonsub a {color: #EEEEEE; text-decoration: none; }
.buttonsub a:hover {color: #EEEEEE; text-decoration: none; }
.buttonsub a:visited {color: #EEEEEE; text-decoration: none; }
.buttonsub a:active {color: #EEEEEE; text-decoration: none; color: #00CC00 }
 
	 	
.buttonsubhighlighted {
	background-color: #afd1ec;
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

.buttonsubhighlighted a {color: #000000; text-decoration: none; }
.buttonsubhighlighted a:hover {color: #000000; text-decoration: none; }
.buttonsubhighlighted a:visited {color: #000000; text-decoration: none; }
.buttonsubhighlighted a:active {color: #000000; text-decoration: none; color: #00CC00 }
  


.nav {
	background-color: #006bb6;
	width: 800px;
}
.subnav {
	background-color: #0F8CE3;
	width: 800px;
	font-size: 12px;
}



/* vertical spacers */

.subnavtop {
	background-color: #0F8CE3;
	width: 800px;
	height: 5px;
}



/* horizontal spacers */

.buttondiv {
	background-color: #A6CDE4;
	width: 2px;
	float: left;
	height: 22px;
	}
.buttonsubdiv {
	background-color: #4094CE;
	width: 2px;
	float: left;
	height: 20px;
	}
.buttonspacer {
	width: 16px;
	float: left;
	font-size: 10px;
	}