/* ######### Matt Tabs Main Menu Bar CSS ######### */

.matttabs ul{
margin: 0;
padding: 0;
margin-left: 90px;
font: 12px Georgia, "Times New Roman", Times, serif;
list-style-type: none;
overflow: hidden;
/*width: 100%;*/
height: 40px;
}

.matttabs li{
display: inline;
margin: 0;
height: 20px;
}

.matttabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 15px; /*padding inside each tab*/
color: #131C13;
height: 20px;
}

.matttabs li a.nolink {
padding: 0px;
cursor:default;
}

.matttabs li a:hover.nolink {
text-decoration:none;
}

.matttabs li a.nopage {
cursor:default;
}

.matttabs li a:hover.nopage {
text-decoration:none;
}

.matttabs li a:visited{
/*color: white;*/
}

.matttabs li a:hover{
color: #FFF;
text-decoration:underline;
}

.matttabs a.selected{
color: #FFF;
/*text-decoration:underline;*/
}


.matttabs li a#current{
/*background: #b92f23;
color: white;
cursor:default;*/
}