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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
xbackground: #414141;
overflow: hidden;
width: 100%;
	
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 18px 0 0 0px; /*padding inside each tab*/
width:105px; text-align:center;
height:27px;
background:url(../images/v_seprator.gif) right 15px no-repeat;
 /*right divider between tabs*/
color: #808084;
}

.mattblackmenu li a:visited{
color: #808084;
}

.mattblackmenu li a:hover, .mattblackmenu li a.active{
background: url(../images/navi_over.gif) 0px 0 repeat-x;
	color:#F47321; /*background of tabs for hover state */
}

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