/* UA > index menu style */
/*
	tswtabs.css		1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#navbar ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#navbar ul li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	text-align: left ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#navbar li a {
	color: #fffdd0 ;
	background-color: #cd7f32 ;
	border: 1px outset #964b00 ;
	padding: 10px ;
	text-decoration: none ;
	display: block ;
}
#navbar li a:hover {
	color: #964b00 ;
	background-color: #f0dc82 ;
}
