/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
background-position: 0% 0%; margin:0; list-style-type: none;
overflow: hidden;
width: 100%; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Tahoma; color:#000000; text-decoration:none; background-image:none; background-repeat:repeat; background-attachment:scroll
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
background-position: 0% 0%; float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding inside each tab*/
/*right divider between tabs*/
color: #000000;
background-image:none; background-repeat:repeat; background-attachment:scroll
}

.mattblackmenu li a:visited{
color: #000000;
}

.mattblackmenu li a:hover{
/*background of tabs for hover state */; background-position: 0% 0%; color:#FFFFFF; background-image:none; background-repeat:repeat; background-attachment:scroll
}

.mattblackmenu a.selected{
/*background of tab with "selected" class assigned to its LI */; background-position: 0% 0%; color:#FFFFFF; background-image:none; background-repeat:repeat; background-attachment:scroll
}