/*
	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.
*/

#cssnav {
	width: 236px ;
	height: 30px ;
	text-align: left ;
	text-indent: 10px ;
	line-height: 30px ;
}
#cssnav img {
	text-indent: 0px ;
}
#cssnav ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#cssnav li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12.5px ;
	font-weight: bold ;
}
#cssnav li a {
	color: #ffffff ;
	background-color: blue ;
	border-top-style: solid ;
	border-top-color: #ffffff ;
	border-top-width: 1px ;
	/* border: 1px outset #ffffff ; */
	width: 236px ;
	height: 30px ;
	padding-top: 0px ;
	text-decoration: none ;
	display: block ;
}
#cssnav li a:hover {
	color: #000000 ;
	background-color: #999999 ;
}
