/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 17px Arial, Helvetica, sans-serif;
background:url(../images/menu.jpg) repeat-x right top;
height:44px;
list-style-type: none;
overflow: hidden;
/*width: 700px;*/
color:#fff;


}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0;
height:44px;
list-style:none;

}

.mattblackmenu li img{ display:none; }
.mattblackmenu li a{
display: inline-block;
text-decoration: none;
/*background:url(../images/menu.jpg) repeat-x left top;
border-right:#051026 2px solid;*/
margin: 0;
height:34px;
line-height:25px;
text-align:center;
padding:10px 18px 0px 18px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
/*background:url(../images/menu-line.jpg) right center no-repeat;*/
/*border-right: 1px solid #DADADA;*/
color:#fff;
background:url(../images/menu-line.jpg) no-repeat left top;
}

.mattblackmenu li a:hover{
/*background: black; background of tabs for hover state */
/*background:url(../images/menu-line.jpg) right center no-repeat;*/
color:#CCCCCC;
}

