/*
	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: auto;   */
	text-align: left;
}
#tswcssbuttons ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 8px 0px;
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
/*	text-indent: 15px;    */
	letter-spacing: 2px;
}
#tswcssbuttons li a {
	color: #fff;
	background-color: #5C743D;
	border: 0px solid #bfffe4;
/*	width: 160px;   */
	text-decoration: none;
	display: block;
/*	height: 20px;    */
	letter-spacing: 2px;
}
#tswcssbuttons li a:hover {
	color: #993300;
	background-color: #FFFF99;
}
#tswcssbuttons li b {

	color: #993300;
	background-color: #F4FFE4;
	border: 0px solid #bfffe4;
/*	width: 160px;    */
	text-decoration: none;
	display: block;
/*	height: 20px;   */
	letter-spacing: 2px;
}

#tswcssbuttonsrechts {
/*	width: 85px;    */
	text-align: center;
}
#tswcssbuttonsrechts ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	text-align: left;
}
#tswcssbuttonsrechts li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0px;
	letter-spacing: 2px;
}
#tswcssbuttonsrechts li a {
	color: #000000;
	background-color: #D5EDB3;
	border: 0px outset #bfffe4;
	/*	width: 160px;   */
	text-decoration: none;
	display: block;
	/*	height: 20px;    */
	letter-spacing: 2px;
	border-bottom: 1px solid #5C743D;
}
#tswcssbuttonsrechts li a:hover {
	color: #993300;
	background-color: #FFFF99;
}
#tswcssbuttonsrechts li b {

	color: #993300;
	background-color: #F4FFE4;
	border: 0px outset #bfffe4;
/*	width: 160px;   */
	text-decoration: none;
	display: block;
/*	height: 20px;    */
	letter-spacing: 2px;
}
