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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.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:#622525;
}
.menu_line{
background:url(../images/menu_line.png) top right no-repeat;
}

.mattblackmenu li a:visited{

}

.mattblackmenu li a:hover{
background:#26264E; /*background of tabs for hover state */
color: white;
}

.mattblackmenu a.selected{
/*background:#371514; /*background of tab with "selected" class assigned to its LI */
background:#26264E;
color: white;
}

.mattblackmenu li a.active{
background:#26264E; /*background of tabs for hover state */
color: white;
}