/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 13px arial;

/*border-bottom: 1px solid gray;*/
/*background: #2E5EA8;*/

width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
/*background-color:Transparent;*/
padding: 5px 8px; /*padding inside each tab*/
/*border-right: 1px solid gray;*/
background-image:url(Pixle.png);
background-repeat:no-repeat;
background-position:right;
color: #C8C8C8;

/*background: #414141;*/
}




.mattblackmenu li a:visited{
color: #C8C8C8;
}

.mattblackmenu li a:hover{
/*background: #0D7ABD; background of tabs for hover state */
/*font: bold 15px arial;*/
color:white;/*#0D7ABD*/
}

.mattblackmenu a.selected{
background: #C8C8C8; /*background of tab with "selected" class assigned to its LI */
}
