/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
background:url(../img/NavBg.jpg) repeat-x;
height:48px;
}

.mattblackmenu li a{ font:14px/50px Georgia; line-height:0px; padding:25px 13px 15px 15px; color:#A7494A; display:block; float:left; overflow:hidden; height:8px; position:relative; width:auto;background:url(../img/arrow-down.gif) no-repeat right 22px;}

.mattblackmenu li a#droparrow{ background:none;} 

.mattblackmenu li a:visited{
color: #B0706D;
}

.mattblackmenu li a:hover{
background:url(../img/hoverL.gif) no-repeat top right;color:#CF6464; text-decoration:none; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:url(../img/hoverL.gif) no-repeat top right; /*background of tab with "selected" class assigned to its LI */
}
