ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 25px;
	background: url(img/) no-repeat left top;
	padding-left: 15px;
	margin: 2px 0;
	border-bottom: 1px solid #DF007E;
	color: #1c582f;
	font: normal normal 1.0em/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #DF007E;
}
