/*
	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.
*/

#tswcssbuttons {
	width: 220px ;
	text-align: left ;
}
#tswcssbuttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tswcssbuttons li {
	margin: 0;
	padding: 0;
	display: block;

	list-style: none;
	font-family: Verdana;
	font-size: 14px;
}
#tswcssbuttons li a {
	color: #5e7830 ;
	background-color: #c9d5b3 ;
	
	width: 220px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #c9d5b3 ;
	background-color: #5e7830 ;
}
