/* ######### Matt Black Strip Main Menu Bar CSS ######### */


.mattblackmenu ul{
margin: 0 0 0 5px;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
/*background: #414141;*/
/*overflow: hidden;*/
width:100%;
}

.mattblackmenu li{
float:left;
/*padding-right:3px;*/
 margin:0; padding:0; border:0; border-left:1px solid #3c392b; border-right:1px solid #7a7457;
 height:50px;
}

.mattblackmenu li a{
text-align:center;
float:left;
padding:10px 10px 0 10px;
color:#fff;
font:normal 14px Georgia, "Times New Roman", Times, serif;
text-decoration:none;
text-transform:uppercase;
display: block;
}

.mattblackmenu li a:visited{
color:#fff;
}

.mattblackmenu li a:hover{
color:#dfd292;
background:url(../images/hover_bg.gif) left repeat-x;
text-transform:uppercase;
}

.mattblackmenu a.selected{
color:#dfd292;
background:url(images/hover_bg.gif) left repeat-x;
font:normal 14px Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
}