#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu li {
	list-style: none;
	margin: 0;
	padding: 0;	
 border-bottom: #e3e3e3 solid 1px;
	}

#menu img {
	border: none;
	}
#menu {
	width: 240px;
	margin: 25px 10px 10px 30px;

	font-size:12px;
	}
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
		
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #6da911;
	display: block;
	background:  url(img/arrow.gif) right top no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #6da911;
	background:  url(img/arrow.gif) 230px 0px no-repeat;
	padding: 8px 0 0 14px;
	}