.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	display: block;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: 90px;
	background-color: #000099;
	}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	padding: 5px;
	display: block;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: 90px;
	background-color: #FFFFCC;
	}
	
.navigation:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	padding: 5px;
	display: block;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: 90px;
	background-color: #FFFFCC;
	}
	
.navleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	font-style: normal;
	font-weight: bold;
	width: 155px;
	background-color: #000099;
	height: 30px;
	text-indent: 6px;
	padding-top: 10px;
	text-decoration: none;
	}

.navleft:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	display: block;
	font-style: normal;
	font-weight: bold;
	width: 155px;
	background-color: #FFFFCC;
	height: 30px;
	text-indent: 6px;
	padding-top: 10px;
	text-decoration: none;
	}
	
.navleft:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	padding: 0px;
	display: block;
	font-style: normal;
	font-weight: bold;
	width: 155px;
	background-color: #FFFFCC;
	height: 30px;
	text-indent: 6px;
	padding-top: 10px;
	text-decoration: none;
	}
