/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 9pt Arial;
list-style-type: none;
border-bottom: 0px solid gray;
background: url(http://purecaliforniabeverages.com/dropdown/w1.gif);
overflow: hidden;
width: 100%;
}

.mattblackmenu2 ul{
margin: 0;
padding: 0;
font: bold 9pt Arial;
list-style-type: none;
border-bottom: 0px solid gray;
background: url(http://purecaliforniabeverages.com/dropdown/pr1.gif);
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
height: 20px;
width: 81px;
margin: 0;
padding: 0px 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: url(http://purecaliforniabeverages.com/dropdown/w1.gif);
}

.mattblackmenu2 li a{
float: left;
display: block;
text-decoration: none;
height: 20px;
width: 93px;
margin: 0;
padding: 0px 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: url(http://purecaliforniabeverages.com/dropdown/pr1.gif);
}
.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: url(http://purecaliforniabeverages.com/dropdown/w2.gif); /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: url(http://purecaliforniabeverages.com/dropdown/w2.gif); /*background of tab with "selected" class assigned to its LI */
}
.mattblackmenu2 li a:hover{
background: url(http://purecaliforniabeverages.com/dropdown/pr2.gif); /*background of tabs for hover state */
}

.mattblackmenu2 a.selected{
background: url(http://purecaliforniabeverages.com/dropdown/pr2.gif); /*background of tab with "selected" class assigned to its LI */
}
