.sxMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #D0E50C;
	height: 20px;
	width: 240px;
	display: block;
	padding-left: 3px;
}
.sxMenu:link {
	text-decoration: none;
}
.sxMenu:hover {
	text-decoration: none;
	background-color: #E8F75E;
}
