/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.ependablemenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 2px solid gray;
background: #F9D508;
overflow: hidden;
width: 100%;
}

.ependablemenu li{
display: inline;
margin: 0;
}

.ependablemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid #0174CD; /*right divider between tabs*/
color: #0174CD;
background: #F9D508;
}

.ependablemenu li a:visited{
color: #0174CD;
}

.ependablemenu li a:hover{
background: #F6E84D; /*background of tabs for hover state */
}

.ependablemenu a.selected{
background: #F6E84D; /*background of tab with "selected" class assigned to its LI */
}