/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: #f8ab38 url(/wp-content/themes/k9doorways/img/menudrop.gif) repeat-x top left;
overflow: hidden;
width: 100%;
color : #000;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid #f2cb65; /*right divider between tabs*/
color: #000;
background: #f8ab38 url(/wp-content/themes/k9doorways/img/menudrop.gif) repeat-x top left;
}

.mattblackmenu li a:visited{
color: #000;
}

.mattblackmenu li a:hover{
color: #5B97B1; /*background of tabs for hover state */
background-color: #fff;
}

.mattblackmenu a.selected{
color: #5B97B1; /*background of tab with "selected" class assigned to its LI */
background-color: #fff;
}
