/* CSS Document */


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #000066;
	display: block;
	padding: 8px;
	width: 145px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 145px;
}

.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #000099;
	display: block;
	padding: 7px;
	width: 147px;
}

.navigation2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #3399ff;
	display: block;
	padding: 7px;
	width: 147px;
}

.navigation3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #0033ff;
	display: block;
	padding: 7px;
	width: 147px;
}

.navigation3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 7px;
	width: 147px;
}

.navigation4 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C5CEFA;
	display: block;
	padding: 5px;
	width: 350px;
}

.navigation4:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 5px;
	width: 350px;
}

