@charset "utf-8";
/* CSS Document */

.MENU {
	font-family: verdana;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #415025;
	background-repeat: repeat-x;
}
.MENU a:link {
	font-family: verdana;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #415025;
}
.MENU a:visited {
	font-family: verdana;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #415025;
	background-repeat: repeat-x;
}
.MENU a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #dce6cd;
	text-decoration: none;
	font-weight: bold;
}
.MENU a:active {
	font-family: verdana;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #415025;
	background-repeat: repeat-x;
}
.MENUover {
	font-family: Tahoma;
	font-size: 11px;
	color: #5C4000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.MENUover a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #5C4000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.MENUover a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #5C4000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.MENUover a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #AB8820;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.MENUover a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #5C4000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

