/*
	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 ul 
{
        width: 120px;
	margin: 0;
	padding: 2;
	list-style: none;
        text-align: center;
        white-space: nowrap;
}
#tswcssbuttons ul li 
{
	display: inline ;
	font-family: Arial, sans-serif ;
}
#tswcssbuttons ul li a 
{
	color: #111617 ;
        background-color: #ecf2f8 ;
	border: 1px  outset #ecf2f8 ;;
	width: 120px ;
	text-decoration: none ;
	display: inline ;
}
#tswcssbuttons ul li a:hover 
{
	color: #111617 ;
	background-color: #b5cde1 ;
}