/*
	navbar.css
*/

#cssbuttons {
	width: 70% ;
	text-align: center ;
}
#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: #000000 ;
	background-color: #6493ff ;
	border: 2px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
#cssbuttons li a:hover {
	color: #ffff00 ;
	background-color: #0000c0 ;
}
