

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
float: left;
margin-top:2px;
width: 185px;
overflow: hidden;
background-color:#ffffff;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
border-top:0px solid #80af25;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: normal 7px arial;
list-style-type: none;
text-align: left;
}

.mattblacktabs li{

display: inline;
margin: 0;
}

.mattblacktabs li a{
width: 185px;
float: left;
display: block;
height: 20px;
text-decoration: none;
margin: 0;
padding: 8px 0 0 10px; /*padding inside each tab*/
border-bottom: 1px solid white; /*right divider between tabs*/
color: white;
background: #008a52; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #fdb814;
color: #ffffff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.mattblacktabs{
float: left;
margin-top:2px;
width: 185px;
overflow: hidden;
background-color:#ffffff;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
border-top:0px solid #80af25;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: normal 7px arial;
list-style-type: none;
text-align: left;
}

.mattblacktabs li{

display: inline;
margin: 0;
}

.mattblacktabspreviousheader{
width: 185px;
float: left;
display: block;
height: 20px;
text-decoration: none;
margin: 0;
padding: 8px 0 0 10px; /*padding inside each tab*/
border-bottom: 1px solid white; /*right divider between tabs*/
border-top: 9px solid white; /*right divider between tabs*/
color: white;
background: #043466; /*background of tabs (default state)*/
}

.mattblacktabsprevious li a{
width: 185px;
float: left;
display: block;
height: 20px;
text-decoration: none;
margin: 0;
padding: 8px 0 0 10px; /*padding inside each tab*/
border-bottom: 1px solid white; /*right divider between tabs*/
color: white;
background: #043466; /*background of tabs (default state)*/
}

.mattblacktabsprevious li a:visited{
color: white;
}

.mattblacktabsprevious li a:hover, .mattblacktabs li.selected a{
background: #fdb814;
color: #ffffff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.leftsidebaritems {
float: left;
margin-top:20px;
width: 165px;
overflow: hidden;
background-color:#ffffff;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
border-top:0px solid #80af25;
}

.green {
 background-color: green;
 }
 
 .bluebackground {
 background-color: blue;
 }
 
 .whitebackground {
 background-color: white;
 }
 
 .black  {	color: #000000; }
 
 .leftgreenbox {
 margin-top:20px;
 	float:left;
	padding: 20px 10px;
	
	width:165px;
	background: lightgreen;
	color: #000000;
	border:1px solid black;
	
	}
	
.leftgreenbox a{	
	color: #000000;
	font-size:16px;
	line-height:180%;
	font-weight:bold;
	margin-left: 0;
	padding: 10px 5px;
	text-align: center;	
	border:0 solid red;
	
	}

