/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid blue;*/
	background:white;
	filter:alpha(opacity=70); /* IE's opacity*/
    opacity: 0.70;
overflow: hidden;
width: 742px;
}

.mattblackmenu li{
display: inline;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
padding: 8px 10px; /*padding inside each tab*/
border-right: 1px dotted white; /*right divider between tabs*/
color: black;
}

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

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

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