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

.matttabs ul{
margin: 0;
padding: 0;
padding-left:5px;
font: normal 12px Verdana;
list-style-type: none;
/* border-bottom: 1px solid gray; 
background: white; */
overflow: hidden;
width: 973px;
background:url(bg-top-nav.gif);
height:31px;
border-left:#e7d2db solid 1px;
border-right:#e7d2db solid 1px;
}

.matttabs li{
display: inline;
margin: 0;
}

.matttabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 5px; /*padding inside each tab*/
color: #000000;
/* background: #00757D; */
}

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

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

.matttabs a.selected{
border-right-color: #01474f; /*background of tab with "selected" class assigned to its LI */
}
