


#navbarbuttons {
	width: 380px ;
	text-align: left ;
}
#navbarbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#navbarbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#navbarbuttons li a {
	color: #ff0 ;
	background-color: #344000 ;
	border: 1px outset #ff8080 ;
	width: 380px ;
	text-decoration: none ;
	display: block ;
}
#navbarbuttons li a:hover {
	color: #000 ;
	background-color: #ffbfbf ;
}
