/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 16px arial;

list-style-type: none;
overflow: hidden;
width:100%;
height:45px;
color: #fff;
white-space: nowrap;
}

.mattblackmenu li{
display: inline;
margin: 0;
color: #fff;

}

.mattblackmenu li a
{
float: left;
display: block;
text-decoration: none;
line-height:45px;
color: #fff;
padding-left:22px; padding-right:22px;
margin-right:5px;
}


.mattblackmenu li a:visited{
}

.mattblackmenu li a:hover
{
color: #056839;
background: url(hv_mnm.jpg) repeat-x; /*background of tabs for hover state */
height:45px;
}

.mattblackmenu li .selectedth a 
{
color: #056839;
background: url(hv_mnm.jpg) repeat-x; /*background of tabs for hover state */
background-position:0px 0px; /*background of tab with "selected" class assigned to its LI */
height:45px;
text-decoration:none;
}
