@charset "utf-8";
/* CSS Document */

.myMenuIDHHH {
	background-color:#336600;
	margin:auto;
	width:65%;
}

/*STYLES TO LAYOUT THE BOTTOM MENU AND GIVE IT'S LINKS A COLOR*/

#bottomMenu {
	background-color:#FFFFFF;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
}

#bottomMenu ul {
	margin: 0px;
	padding: 0px;
}

#bottomMenu li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: none;
}

#bottomMenu a {
	color:#7eaa4b;
	text-decoration:none;
}

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