/* ######### Matt Tabs Main Menu Bar CSS ######### */

.matttabs ul{
margin: 0;
padding: 0;
margin-left:12px;
font-family:Calibri,Helvetica Neue,Arial;
font-weight:bold;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.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*/
margin-right:1px;
color: white;
background: #336633;
}

.matttabs li a:visited{
color: white;
}

.matttabs li a:hover{
background:#393; /*background of tabs for hover state */
}

.matttabs a.selected{
background: #393; /*background of tab with "selected" class assigned to its LI */
}