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

.mattblackmenu ul{
margin: 0;
padding: 0;
padding-top:10px;
font: bold 12px Tahoma;
list-style-type: none;
border-bottom: 0px solid gray;
background: #ffffff;
overflow: hidden;
width: 93%;
height:36px;
/*margin-top:-40px;*/
margin-left:55px;
vertical-align:baseline;
}

.mattblackmenu li{
display: block;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
text-align:center;
margin: 0;
padding: 0 1px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: url(../images/menu-bg.gif) no-repeat;
width:118px;
height:36px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: black; /*background of tabs for hover state */
background: url(../images/menu-bg-over.gif) no-repeat;
color:white;
}

.mattblackmenu a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
color:white;
background: url(../images/menu-bg-over.gif) no-repeat;
}