/*
	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: 170px ;
        height: 28px;
	text-align: left ;
        margin: 2px;
}
#tswcssbuttons ul {
	margin: 2px ;
	padding: 2px ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 5px ;
	padding: 0px ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #ffffff ;
	background-color: #C1A195 ;
	border: 0px outset #C1A195 ;
	width: 170px ;
        height: 28px;
	text-decoration: none ;
	display: block ;
        padding-left: 10px;
        padding-top: 8px;
}
#tswcssbuttons li a:hover {
	color: #555555 ;
	background-color: #f2eee6 ;
        font-weight:bold ;
        font-size: 12px;
}
#tswcssbuttons li a:active {
	color: #555555 ;
	background-color: #f2eee6 ;
        font-weight: bold;
        font-size: 12px;
}


