@charset "utf-8";
.menu {
	margin: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 237px;
	padding: 0px;
}
.menu a:link {
	text-decoration: none;
	color: #4C4C4C;
}
.menu a:visited {
	text-decoration: none;
	color: #4C4C4C;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.menu a:active {
	color: #FFF;
	text-decoration: none;
}

.menu p {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	font-size: 14px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 237px;
	font-size: 14px;
}
.menu li {
	margin: 0px;
	clear: both;
	float: left;
	height: 17px;
	width: 227px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #D4E57B;
	list-style-type: none;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}
.menu li:hover {
	background-color: #A9CA00;
	color: #FFF;
}

