/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #565656;
	background-image: url(../images/menub.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 19px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 25px;
}

.mattblackmenu li a:hover{
	background-image: url(../images/menubo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #0097da;
}

.mattblackmenu a.selected{
	background-image: url(../images/menubo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #0097da;
}
.selected {
	background-image: url(../images/menubo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #0097da;
}
.mattblackmenu a.active {
	background-image: url(../images/menubo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #0097da;
}
