#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 264px;
	background-color: #32642F;
	text-decoration: none;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	background-color: #79cd3a;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu   a:hover   {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	background-color: #99FF66;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

