﻿
<style type="text/css">


.basictab{

}


.mattbluetabs{
width: 650px;
overflow: hidden;
/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
float: right;
height: 23px;
margin: 0;
padding: 0;
overflow: hidden;
padding-right: 0px;
padding-top: 106px;
position: relative;
margin-left:-30px;

}

.mattbluetabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: Bold 10px Verdana;
list-style-type: none;
}

.mattbluetabs li{
display: inline;
margin: 0;

}

.mattbluetabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/	
color: #003366;
background: #9fb7cd; /*background of tabs (default state)*/
}

.mattbluetabs li a:visited{
	color: #003366;
}

.mattbluetabs li a:hover, .mattblacktabs li.selected a{
background: #003366; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: white;
}

#headtop {
  width: 800px;
  height: 130px;
  background: #fff url(/includes/img/head_btm.gif) repeat-x bottom;
  border-bottom: solid 1px #3B5A78;
}




</style>
