/*
	tswnavbar.css	1.0.1
	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: 180px ;
        text-align: center ;

}

#tswcssbuttons ul {
	margin: 0 ;
	padding: 3 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 3 ;
	display: block ;
	list-style: none ;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #FFF ;
	background-color: #8C1717;
	border: 4px outset #8e8e8e ;
	width: 150px ;
        height: 25px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #5c5c5c;
}
