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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 468px;
	height: 38px;
	background-image: url(../../bw_091109_0915/img/background_menue.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: gray;
	display: block;
	background-position: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
	color: #000000;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #000000;
	height: 38px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	line-height: 38px;
}

.mattblackmenu li a:visited{
color: #000000;
}

.mattblackmenu li a:hover{
	color: #0000CC;
}

.mattblackmenu a.selected{
	color: #0000FF;
}
