/* ######### Matt Tabs Main Menu Bar CSS ######### */

.matttabs ul{
margin: 2;
padding: 2;
font: 10px Verdana; /*trw-mod*/
list-style-type: none;
/*border: 1px solid gray;*/ /*trw-mod*/
background: #006699;
overflow: hidden;
position: static;
width: 760px;
}

.matttabs li{
display: inline;
margin: 0;
}

.matttabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*tabs trw-mod*/ /*right divider between*/
color: white;
background: #006699; /*trw-mod*/
}

.matttabs li a:visited{
color: fray;
}

.matttabs li a:hover{
background: #006690;  /*trw-mod*/ /*background of tabs for hover state */ 
text-decoration: underline; /*trw-mod*/
color: #ffff00; /*trw-mod*/
}

.matttabs a.selected{
background: #006690;  /*trw-mod*//*background of tab with "selected" class assigned to its LI */
color: #ffff00; /*trw-mod*/
}