#menu3 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu3 li {
	float: left;
	background: #eee url('images/menu_off.png') center right no-repeat;
	border-bottom: 1px solid #fff;
	width: 230px;
}

#menu3 a {
	display: block;
	color: #000;
	padding: 5px;
	font-size: 9pt;
	text-decoration:none
}

#menu3 li:hover {
	background: #ddd url('images/menu_on.png') center right no-repeat;
	text-decoration:none
}