#csstabcontainer ul {
/*this is for the background behind the buttons*/
	padding-left: 0;
	margin-left: 0;
	background-color: #003399;
	color: #66CC33;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	}
	
#csstabcontainer ul li { display: inline; }

#csstabcontainer ul li a {
	/*this is for the buttons*/
	float: left;
	padding: 0.1em .5em;
	background-color: #003399;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	}
	
#csstabcontainer ul li a#csscurrent {
	/*this is the color the selected button shows*/
	/*padding: 0.2em 1em;*/
	background-color: #FF0033;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
	}
	
#csstabcontainer ul li a:hover {
	background-color: #FF0033;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	}
