ul{
	margin: 3px;
}

li {
	list-style-type: none;
	width: 140px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
} 

li a {
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
} 

li a:hover {
	color: #FFFFFF;
}


