/* CSS Document */



.subHead1

{ margin-left: 3em;
font-size:12px;
font-family:tahoma;
font-weight:bolder; 
color: #FFF;

}

.rvtabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
}

.rvtabs ul{
margin: 0;
padding: 0;
/*padding-left: 10px; offset of tabs relative to browser left edge*/
font: bold 11px Verdana;
list-style-type: none;
}

.rvtabs li{
display: inline;
margin: 0;
}

.rvtabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 6px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #FF9900; /*background of tabs (default state)*/
}

.rvtabs li a:visited{
color: white;
}

.rvtabs li a:hover, .mattblacktabs li.selected a{
background:  #330099; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#FFCC00;
}
