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

.mattblackmenu ul{
margin: 0;
padding: 0;
font:  12px Verdana;
list-style-type: none;
height: 39px;
	margin-left: 40px;
border-bottom: 0px solid gray;
	/*background-color: #062DAE; BACKUP  */
	background-color: #000000;
overflow: hidden;
width: 898px
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	
height: 26px;
margin: 0;
padding: 6px 10px; /*padding inside each tab*/
border-right: 5px ; /*right divider between tabs*/
color: white;
background: ;
}

.mattblackmenu li a:visited{
color: white;

}

.mattblackmenu li a:hover{
background: #222222; /*background of tabs for hover state */
/*background: #0c1b8d; BACKUP*/

}

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