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

.mattblackmenu ul{
margin: 0;
padding-left:80px;
font: bold 11px Verdana;
list-style-type: none;
background: #C2D4E0;
overflow: hidden;
width: 90%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
color: #336699;
padding-right:10px;
padding-bottom: 10px;
padding-top: 10px;
padding-left:25px;
background: #C2D4E0;
background:url(http://www.lcrc.info/images/dot_menu_new.gif) left center no-repeat;
}


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

.mattblackmenu li a:hover{
background: #EBEBEB; /*background of tabs for hover state */
color: #336699;
}

.mattblackmenu a.selected{
background: #EBEBEB; /*background of tab with "selected" class assigned to its LI */
color: #336699;
}