/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: url(images/catbg.jpg) #88A6C0 repeat-x;
overflow: hidden;
width: 100%;
border-top: 1px solid #9AB9D5;
}

.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*/

color: white;
background: url(images/catbg.jpg) #88A6C0 repeat-x;
}

.mattblackmenu li a:visited{
color: white;
text-decoration: none;
}

.mattblackmenu li a:hover{
background: #0e72a6; /*background of tabs for hover state */
text-decoration: none;
}

.mattblackmenu a.selected{
background: #0e72a6; /*background of tab with "selected" class assigned to its LI */
text-decoration: none;
}

.mattblackmenu li.current_page a {
background: #0e72a6;
}