
#cssbuttons {
	width: 100px ;
	text-align: left ;
}
#cssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#cssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#cssbuttons li a {
	color: #00f ;
	border: 1px outset #eee ;
	width: 100px ;
	text-decoration: none ;
	display: block ;
}
#cssbuttons li a:hover {
	color: #fff ;
	background-color: #0000c0 ;
}

