/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu 
{
	background: none;
	width:100%;
	
}
.mattblackmenu ul{
margin: 0;
margin-top:1px;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
list-style-type: none;
overflow: hidden;

}

.mattblackmenu li{
display: inline;
margin: 0;
height:39px;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration:none;
text-transform:uppercase;
text-align:center;
font-weight:bold;
margin: 0;
padding: 10px 20px 10px 20px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #045302;
background: url(../images/dot_nav.jpg) no-repeat top right;

}

.mattblackmenu li a:visited{
color: #045302;
}

.mattblackmenu li a:hover{
background: #045302 url(../images/dot_nav_o.jpg) no-repeat top right; /*background of tabs for hover state */
color: #fcfcfc;
}

.mattblackmenu a.selected{
background:  none; /*background of tab with "selected" class assigned to its LI */
}
