.menu3 {
	background-color: #ffffff;
	background-image: url(../images/blue_bullet.png);
	background-position: 6px;
	background-repeat: no-repeat;
	border-bottom-color: #71bb3e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #71bb3e;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0755ae;
	display: block;
	font-family: Arial, "Myriad Pro";
	font-size: 12px;
	font-weight: 500;
	margin: 0px;
	padding: 4px;
	text-align: left;
	text-decoration: none;
	text-indent: 25px;
	width: 188px;
}

.menu3:hover {
	background-color: #71bb3e;
	background-image: url(../images/blue_bullet.png);
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	font-family: Arial, "Myriad Pro";
	font-size: 12px;
	font-weight: 500;
	margin: 0px;
	padding: 4px;
	text-align: left;
	text-decoration: none;
	text-indent: 25px;
	width: 188px;
}