/* ######### Matt Black Strip Main Menu Bar CSS ######### */
a{text-decoration:none;
	color:#000;}
	
.mattblackmenu ul{
margin:0px;
padding: 0px;
font: 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
overflow: hidden;
width:950px;
height:28px;
display: block;
float:right;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
margin: 0;
padding: 5px 20px; /*padding inside each tab*/
border-right: 1px; /*right divider between tabs*/

}



.mattblackmenu li a:hover{
font: 12px Verdana;
color: white;
list-style-type: none;
text-decoration: none;
background: #025da6; /*background of tabs for hover state */
height:28px;
}

.mattblackmenu a.selected{
background: #025da6; /*background of tab with "selected" class assigned to its LI */
color:white;
}

