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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 15px "trebuchet MS";
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background: #f37336;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline; background-position: center left !important;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0 5px;
padding: 2px 20px 4px 20px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: #333333;
/*background: #f37336;*/
}

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

.mattblackmenu li a:hover{
background: url(../images/nav-hover-bg.jpg) repeat-x; -moz-border-radius: 4px; -webkit-border-radius: 4px; color: #fff; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: url(../images/nav-hover-bg.jpg) repeat-x; -moz-border-radius: 4px; -webkit-border-radius: 4px; color: #fff; /*background of tab with "selected" class assigned to its LI */
}