/* ######### Matt Black Strip Main Menu Bar CSS ######### */
a {text-decoration:none;
	color:#b3b3b3;
	}
	
.mattblackmenu ul{
margin: 0;
padding: 0;
font: 12px arial;
list-style-type: none;
border-bottom: 0px solid gray;
line-height:10px;
overflow: hidden;
width:974px;

}

.mattblackmenu li{
display: inline;
line-height:20px;
margin: 0;
}

.mattblackmenu li a {
float: left;
display: block;
line-height:20px;
margin: 0;
border-bottom: 0px solid gray;
padding: 11px 17px; /*padding inside each tab*/
background:url(../images/Home-Page_menu_divider.jpg) no-repeat; /*right divider between tabs*/

}

.mattblackmenu li a:visited{
float: left;
display: block;
line-height:20px;
background:url(../images/Home-Page_menu_divider.jpg) no-repeat; /*right divider between tabs*/
margin: 0;
border-bottom: 0px solid gray;
padding: 11px 15px; /*padding inside each tab*/
border-right:url(images/menu-strip.jpg) no-repeat; /*right divider between tabs*/
}

.mattblackmenu li a:hover{
font: 12px arial;
background:url(../images/Home-Page_menu_divider.jpg) no-repeat; /*right divider between tabs*/
color: white;
line-height:20px;
list-style-type: none;
text-decoration: none;
background: #1a1a1a; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
	color: white;
background: #1a1a1a; /*background of tab with "selected" class assigned to its LI */
}