#cssbuttons {
	width: 120px ;
	font-weight: bold ;
}
#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: #183562 ;
	background-color: #97B4E1 ;
	border: 1px outset #ffffff ;
	width: 120px ;
	text-decoration: none ;
	display: block ;
}
#cssbuttons li a:hover {
	color: #183562 ;
	background-color: #DEDFE1 ;
}
