/*	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: 100px ;	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: Arial, Helvetica, sans-serif ;	font-size: small;	font-weight: bold;}#tswcssbuttons li a {	padding:8px 0px 0px 25px ;	color: #ff0 ;	background-color: #FFFFFF ;  	background-image: url(http://www.wmumc.org/duco/button2.gif) ;	background-repeat: no-repeat; 	/* border: 1px outset #9191ff ; */	width: 85px ;	height: 34px ;	text-decoration: none ;	display: block ;}#tswcssbuttons li a:hover {	color: #ffffcc ;	background-color: #FFFFFF ; /*#660099 ; */}