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

.mattblackmenu ul{
margin: 0;
padding:0;
 margin-top:10px;
font:normal 12px tahoma; text-transform:uppercase;
list-style-type: none;
overflow: hidden;
/*width: 100%;*/
float:right;
background-image:url(../images/bg_nav.jpg); background-repeat: no-repeat; padding-left:15px; padding-right:15px;

}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
color: white;
padding: 15px;
text-decoration: none;
padding-left:10px; padding-right:10px;
/*border-right: 1px solid white; right divider between tabs*/

}

.mattblackmenu li a:visited{
color: white;
}

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

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