/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
font: 11px Tahoma;
list-style-type: none;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
font: 11px Tahoma;
}

.mattblackmenu li a{
float: left;
display: inline;
text-decoration: none;
color: white;
font: 11px Tahoma;
padding-top: 5px;
height: 25px;
width: 80px;
}

.mattblackmenu li a:visited{
color: white;
font: 11px Tahoma;
}

.mattblackmenu li a:hover{
background: transparent; /*background of tabs for hover state */
font: 11px Tahoma;
}

.mattblackmenu a.selected{
background: transparent; /*background of tab with "selected" class assigned to its LI */
font: 11px Tahoma;
}






/* ######### BOTTOM ######### */

.mattblackmenu1 ul{
margin: 0;
font: 11px Tahoma;
list-style-type: none;
overflow: hidden;
}

.mattblackmenu1 li{
display: inline;
font: 11px Tahoma;
}

.mattblackmenu1 li a{
float: left;
display: inline;
text-decoration: none;
color: white;
font: 11px Tahoma;
width: 125px;
}

.mattblackmenu1 li a:visited{
color: white;
font: 11px Tahoma;
}

.mattblackmenu1 li a:hover{
background: transparent; /*background of tabs for hover state */
font: 11px Tahoma;
}

.mattblackmenu1 a.selected{
background: transparent; /*background of tab with "selected" class assigned to its LI */
font: 11px Tahoma;
}
