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

.ddtopmenubar {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

.mattblackmenu {
	width: 85%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */

}



.mattblackmenu ul{
	float: left;
margin: 0;
padding: 0;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
		font-size: 95%;
list-style-type: none;
background: #88ac0b url('../images/menu-background.png') top left repeat-x;
overflow: hidden;
width: 100%;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #88ac0b url('../images/menu-background.png') top left repeat-x;
}

.mattblackmenu li a:visited{
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

.mattblackmenu li a:hover{
	background: #b6e41c url('../images/menu-hover.png') repeat-x;
	color: #485b06;

}

.mattblackmenu a.selected{

background: #88ac0b url('../images/menu-background.png') top left repeat-x;
}