/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-top: 0px;
margin-left: 3px;
xmargin-right: 0px;
margin-bottom: 0px;
padding: 0px;
font: normal 12px Arial !important;
list-style-type: none;
background: transparent;
overflow: hidden;
width: 100%;

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 18px 0px 20px; /*padding inside each tab*/
xborder-right: 1px solid #e3e3e3; /*right divider between tabs*/
color: #555555;
padding-bottom: 6px; /* between main menu item and drop down */
font: bold 14px Arial !important; /* Added to normalize top nav */

}

.mattblackmenu li a:visited{
color: #555555;
}

.mattblackmenu li a:hover{
background: #6bbd46; /*background of tabs for hover state */
color: #ffffff;
}

.mattblackmenu a.selected{
background: #6bbd46 !important; /*background of tab with "selected" class assigned to its LI */
color: #ffffff !important; /* Call selected state with programming */
}
