/*
	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: 200px ;
       	text-align: left ;
        text-indent:8pt ;

}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
        font-size:13pt ;
        line-height:23pt ;

}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #fff ;
	border: 1px outset #000 ;
	width: 200px ;
        height: 30px ;
	text-decoration: none ;
        margin-top:2pt ;
	display: block ;

}

#tswcssbuttons li b {
	color: #000 ;
	background-color: #348782 ;
	border: 1px outset #000 ;
	color: #fff ;
	width: 200px ;
        height: 30px ;
	text-decoration: none ;
        margin-top:2pt ;
	display: block ;

}

#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #348782 ;
}

