/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.menu{ height:35px;background:url(../images/bg1_menu.jpg) repeat-x bottom; padding-left:14px; margin-top:7px;}

.mattblackmenu ul{
margin:0;
padding: 0;
font:bold 11px arial;
list-style-type: none;
text-transform:uppercase;
/*border-bottom: 1px solid gray;*/
background:url(../images/bg1_menu.jpg) repeat-x bottom;
overflow: hidden;
width: 100%;
height:35px;
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 2px 0 0 0;
padding:11px 18px 8px 23px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
color:#fff;
border-left:1px solid #760005;
border-right:1px solid #ac1f01;
background:url(../images/_ar1.gif) no-repeat left center;
}

.mattblackmenu li a:visited{}

.mattblackmenu li a:hover{
/*background: black; background of tabs for hover state 
background:#121e27;*/
color:#000;
margin:0;
text-decoration:none;
border:1px solid #6b0005;
border-bottom-color:#fff;
background:url(../images/bg2_menu.jpg) repeat-x top;
}

.mattblackmenu a.selected{
margin:0;
background:url(../images/bg2_menu.jpg) repeat-x top;
border:1px solid #333;
border-bottom-color:#fff;
color:#000;
}
