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


.hovermenu ul{
font: bold 11px arial;
padding-left: 0;
margin-left: 0;
height: 18px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #004000;
background-color: #CEFFCE;
border: 2px solid #CEFFCE;
}

.hovermenu ul li a:hover{
color: #CEFFCE;
background-color: #004000;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


#tswcsstabs {
	padding-bottom: 5px; 
	position:relative;
	top:0px;
	left:-1px;
}

#tswcsstabs ul {
	margin: 1px ;
	padding: 1px ;
	list-style: none ;
	display: inline ;
	width: 778px;
	background-color: #CEFFCE ;
	border: 1px solid #004000;
	font-size: 11px;

}
#tswcsstabs ul li {
	margin: 0px ;
	padding: 0px ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	float:left;
}
#tswcsstabs li a {
	color: #004000 ;
	background-color: #CEFFCE ;
	/* 
	border-right: 1px #004000 ;
	*/
	padding: 8px ;
	
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #CEFFCE ;
	background-color: #004000 ;
}
