/*
	tswnavbar.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.
*/

#brownbuttons {
	width: 200px ;
	text-align: right ;
}
#brownbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#brownbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#brownbuttons li a {
	color: #a52a2a ;
	background-color: #faebd7 ;
	border: 1px outset #faebd7 ;
	width: 200px ;
	text-decoration: none ;
	display: block ;
}
#brownbuttons li a:hover {
	color: #000000 ;
	background-color: #ffebcd ;
}
