/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
list-style-type: none;
overflow: hidden;
width:86px;

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 5px; /*padding inside each tab*/
color: white;

}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: black; /*background of tabs for hover state */
color: white;
}

.mattblackmenu a.selected{
/*background: red; /*background of tab with "selected" class assigned to its LI */*/
color: white;
}

.bg_box{ background:url(../ddlevelsfiles/bottom_bg_top_menu.png) no-repeat; background-position:bottom; width:96px; height:7px; margin-top:-1px; }