﻿ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 18px;
	text-align: left;
	float: left;
	height: 25px;
}
ul a {
	display: block;
	width: 200px;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
		
}
ul a:hover {
	display: block;
	width: 200px;
	height: 25px;
	color: #8CC63E;
	text-decoration: none;
	background-image: url('images/brush-icon.png');
	background-repeat: no-repeat;
	background-position: 80% 50%;
}
ul li {
	display: inline;
	
}