/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 11px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
background: transparent;
bckground:url(../images/bgmenu.jpg)  center center repeat-x; /*THEME CHANGE HERE*/
overflow: hidden;
height:21px;
width: 99%;
color:#0066FF;
}

.mattblackmenu li{
display: inline;
margin: 0;
color:#0066FF;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 6px; /*padding inside each tab*/
border-right: 1px solid #FFFFFF; /*right divider between tabs*/
color:#FFFFFF;
font-weight:600;
background: transparent; 
bckground:url(../images/bgmenu.jpg)  center center repeat-x; /*THEME CHANGE HERE*/
}

.mattblackmenu li a:visited{
color:#FFFFFF;
font-weight:600;
}

.mattblackmenu li a:hover{
background: transparent; /*background of tabs for hover state */
bckground:url(../images/bgmenuover.jpg)  center center repeat-x; /*THEME CHANGE HERE*/

}

.mattblackmenu a.selected{
bckground:url(../images/bgmenuover.jpg)  center center repeat-x; /*THEME CHANGE HERE*/

}