/* CSS Document */

.navigation {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #82b2e4;
	display: block;
	padding: 2px;
	width: 196px;
	
}



.navigation:hover {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
	color: #82b2e4;
	text-decoration: underline;
	background-color: #ffffff;
	display: block;
	padding: 2px;
	width: 196px;
	
}

.navigation1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 196px;
	
}


.navigation1:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #B5CB8D;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 196px;
	
}

.navigation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 90px;
	
}


.navigation2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6cabe7;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 90px;
	background-color: #ffffff;	
}

.navigation3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #a0979a;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 171px;
	background-color: #ebe1a6;	
}


.navigation3:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 171px;
	background-color: #a0979a;	
}

