.b:hover {color: #000000; font-weight: bold; text-decoration: underline; }
.mmw:hover {color: #000; font-weight: bold;}
.big:hover {color: #000; font-weight: none; text-decoration: underline; }
.big2:hover {color: #000; font-weight: none; text-decoration: underline; }
.small1:hover {color: #000; font-weight: none; text-decoration: underline; } 
.small2:hover {color: #000; font-weight: none; text-decoration: underline; } 
.small3:hover {color: #000; font-weight: bold; text-decoration: underline; } 
.s:hover {color: #fff; font-weight: bold;}
.s1:hover {color: #000; font-weight: none; text-decoration: underline; } 

.a { font-size: 11px; color: #000; text-decoration: none; font-weight: none; font-family: verdana,arial; }
.ab { font-size: 11px; color: #000; text-decoration: none; font-weight: bold; font-family: verdana,arial; }
.b { font-size: 11px; color: #000; text-decoration: none; font-weight: bold; font-family: verdana,arial; }
.mmw { font-size: 10px; color: #000; text-decoration: none; font-weight: none; font-family: verdana,arial; }
.big { font-size: 18px; color: #fff; text-decoration: none; font-weight: none; font-family: tahoma,arial; }
.big2 { font-size: 18px; color: #000; text-decoration: none; font-weight: none; font-family: tahoma,arial; }
.big3 { font-size: 18px; color: #000; text-decoration: none; font-weight: none; font-family: tahoma,arial; }
.small1 { font-size: 11px; color: #000; text-decoration: none; font-weight: none; font-family: verdana,arial; }
.small2 { font-size: 10px; color: #000; text-decoration: none; font-weight: none; font-family: verdana,arial; }
.small3 { font-size: 10px; color: #000; text-decoration: none; font-weight: bold; font-family: verdana,arial; }
.s { font-size: 10px; color: #000; text-decoration: none; font-weight: bold; font-family: verdana,arial; }
.s1 { font-size: 9px; color: #000; text-decoration: none; font-weight: none; font-family: verdana,arial; }

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	position: absolute;
}

ul li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent #587515 #587515 #8AB621;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 107px;
	text-align: center;
	padding: 6px 0;
	font-weight: bold;
	font-size: 10px;
        font-family: verdana,arial;
        background-color: #8AB621;
	color: #fff;
	border-top: 10px solid #587515;
}

ul a:hover {
	background-color: #A9DA36;
	color: #000;
	border-top: 20px solid #5C7616;
}