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

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family:"Trebuchet MS", "Lucida Grande",Calibri,tahoma,Verdana;
font-size:14px;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;*/
overflow: hidden;
/*width: 100%;*/
}

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

/* first menu item */

.mattblackmenu li a.first{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
background:url(/images/bg-menu-off-first.png) 0px 1px;
/*background: #414141;*/
height:25px;
}

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

.mattblackmenu li a.first:hover{
/*background: black;*/ /*background of tabs for hover state */
background:url(/images/bg-menu-on-first.png) 0px 1px;
color:#000000;
}

.mattblackmenu a.first_selected{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color:#000000;
background:url(/images/bg-menu-on-first.png) 0px 1px;
/*background: #414141;*/
height:25px;
}

/* middle items in menu */

.mattblackmenu li a.middle{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; 
color: white;
background:url(/images/bg-menu-off.png) center 1px no-repeat;
height:25px;
}

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

.mattblackmenu li a.middle:hover{
background:url(/images/bg-menu-on.png) center 1px no-repeat;
color:#000000;
}

.mattblackmenu a.middle_selected{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color:#000000;
background:url(/images/bg-menu-on.png) center 1px no-repeat;
/*background: #414141;*/
height:25px;
}

/* last item from menu */

.mattblackmenu li a.last{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
background:url(/images/bg-menu-off-last.png) 74px 1px;
/*background: #414141;*/
height:25px;
}

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

.mattblackmenu li a.last:hover{
/*background: black;*/ /*background of tabs for hover state */
background:url(/images/bg-menu-on-last.png) 74px 1px;
color:#000000;
}

.mattblackmenu a.last_selected{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color:#000000;
background:url(/images/bg-menu-on-last.png) 74px 1px;
/*background: #414141;*/
height:25px;
}

