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

.mattblackmenu ul{
margin: 0;
padding: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
/*border-bottom: 3px solid #000403;*/
background:url(../images/navi_bg.gif) repeat-x;
height:30px;
overflow: hidden;
width: 100%;
padding-bottom:0px;
margin-bottom:0px;

}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 0px; /*padding inside each tab*/
/*border-right: 1px solid red;*/ /*right divider between tabs*/
color:#000000;
/*background: #414141;*/
}

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

.mattblackmenu li a:hover{
display:block;
padding:0px;
margin:0px;
}
/*background: #3e84b6;*/ /*background of tabs for hover state 


/*.mattblackmenu a.selected{
background: #3e84b6; *//*background of tab with "selected" class assigned to its LI 
}