/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0; position:relative; z-index:10000;
padding: 0;
font-size:16px;
height:41px;
border-right:#6db5dd 1px solid;
list-style-type: none;
overflow: hidden; background:url(../images/nav.gif) right top repeat-x;
/*width: 700px;*/
color:#fbfcfd;



}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0;
height:41px;

}

.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:31px;
/*line-height:28px;*/
text-align:center;
padding:10px 13px 0px 14px; /*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:#fbfcfd;
}

.mattblackmenu li a:hover{
/*background: black; background of tabs for hover state */
/*background:url(../images/menu-line.jpg) right center no-repeat;*/
color:#fff;
}

