/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-top: 85px;
margin-left: 300px;
padding: 0;
font-family:"Lucida Grande", arial, sans-serif;
list-style-type: none;
background: #162883;
overflow: hidden;
width: 500px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
color: white;
background: #162883;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #162883; /*background of tabs for hover state */
color:#FFFF00;
text-decoration:underline;
}

.mattblackmenu a.selected{
background: #162883; /*background of tab with "selected" class assigned to its LI */
}
