/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	list-style-type: none;
	overflow: hidden;
	background-repeat: repeat-x;
	height: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0px;
	background-image: url(../../images/navbg.png);
	font-family: Verdana;
	font-size: 11px;
	font-weight: lighter;
}

.mattblackmenu li{
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none; /*padding inside each tab*/
	border-right: 0px solid white; /*right divider between tabs*/
	color: #FFF;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 25px;
	padding-top: 8px;
	text-align: center;
	margin: 0;
	background-image: url(../../images/navsep.png);
	background-repeat: no-repeat;
	background-position: right;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	background-color: #1B242C;
}

.mattblackmenu a.selected{
	background-color: #1B242C;
}
