
a {
	color: #0074E0;
	text-decoration: underline;
}

a:hover {
	color: #114831;
	text-decoration: none;
}

li {
	padding-bottom: 8px;
}

.menu:LINK {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:VISITED {
	font-style: normal;
	font-weight: bold;
	color: #FFFFD6;
	text-decoration: none;
 }
.menu:HOVER {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;

 }
.menu:ACTIVE {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;

 }
 .menud:LINK {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menud:VISITED {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
 }
.menud:HOVER {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;

 }
.menud:ACTIVE {
	font-style: normal;
	font-weight: normal;
	color: #666666;

 }
