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

.matttabs ul{
margin: 0;
padding: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
/*border-bottom: 1px solid gray;
background: white;*/
overflow: hidden;
width: 100%;
/*margin-top:10px;
height:30px;*/
}

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

.matttabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 11px 10px;  
/*padding: 11px 9.8px; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/
color: white;
background-color: #bb141a;
background: url(/application/themes/edinboro/images/template/subnav-line-separator.png) no-repeat;
font-weight: 600;
}

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

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

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

/*#ddtopmenubar { padding-left:20px; height: 42px; }
#ddtopmenubar ul { font-family: 'Source Sans Pro Semibold', sans-serif; font-size: 9pt; position: relative; z-index: 2; }*/
/*#ddtopmenubar ul {font-family:Source Sans Pro Semibold;font-size:12pt; position:relative;z-index: 2;}*/
