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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 10px Verdana;
list-style-type: none;
border-bottom: 1px solid white;
background: #184D6D;
overflow: hidden;
width: 100%;
border-left: 1px solid white;
}

.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-top: 1px solid white; 
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #184D6D;
width: 126px;
}

.mattblackmenu_nolink {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-top: 1px solid white; 
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #184D6D;
width: 100px;
}
.mattblackmenu_nolink_dvd_releases {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-top: 1px solid white; 
color: white;
background: #414141;
width: 175px;
}
.mattblackmenu li a:visited{
color: white;
}

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

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