/*
	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: 175 ;
	height: 75 ;
	text-align: left ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 2 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold ; 
}
#tswcssbuttons li a {
	color: #120A8F ;
	background-color: #96C8A2 ;
	border: 5px outset #ccccff ;
	width: 175 ;
	text-decoration: none ;
	display: block ;
	padding: 5 ;
}
#tswcssbuttons li a:hover {
	color: #000000 ;
	background-color: #c0c0c0 ;
}
