/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 3px 0 0 300px;
padding: 0;
font: bold 13px Arial;
list-style-type: none;
border-bottom: none;
background-color: none; /*colors over the background image of the menu bar-lose gradient if changed*/
height:25px;
width: 100%;
text-align: right;

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 8px; /*padding inside each tab*/
border-right: none; /*right divider between tabs*/
color: white;
background: none; /*menubar background-will not see gradient*/
}

.mattblackmenu li a:visited{
color: white; /*color of menu text when hovering*/
text-decoration: none;
}

.mattblackmenu li a:hover{
background: #0022B9; /*background of menu tabs for hover state */
color:white;
text-decoration: none;
}

.mattblackmenu a.selected{
background: #0022B9; /*background of tab while moving down the list LI */
}