#fuzionbuttons {
	width: 150px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif, Helvetica;
}
#fuzionbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#fuzionbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
}
#fuzionbuttons li a {
	color: #666666;
	background-color: #fff ;
	width: 150px ;
	text-decoration: none ;
	display: block ;
}
#fuzionbuttons li a:hover {
	color: #000 ;
	background-color: #c0c0c0 ;
}
