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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	/* [disabled]opacity:0.95; */
	/* [disabled]filter:Alpha(opacity=95, finishopacity=95, style=0); */
}

.mattblackmenu li{
	display: inline;
	height:200px;
	/* [disabled]background-color:#CCC; */
	margin: 0;
	padding: 0;
	/* [disabled]opacity:0.95; */
	/* [disabled]filter:Alpha(opacity=95, finishopacity=95, style=0); */
}



.mattblackmenu li a{ /*oberste Ebene */
	height:25px;
	width:auto;
	float: left;
	display: block;
	text-decoration: none;
	font-size:14px;
	margin: 0px; /*padding inside each tab*/
	/*border-right: 1px solid #2888c4; right divider between tabs*/
	border-right: 1px solid #ebf6fc;
	color: #0d82be;
	font-weight:normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebf6fc;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.mattblackmenu li a.shop{ /*oberste Ebene Onlineshop Button */
	height:25px;
	width:auto;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px; /*padding inside each tab*/
	/*border-right: 1px solid #2888c4; right divider between tabs*/
	border-right: 1px solid #ebf6fc;
	color: #be1206;
	font-weight:normal;
	font-size:100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebf6fc;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 4px;
}



.mattblackmenu li a.corner_neutral{
	background-image: url(bg_pic/nav_corner_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #a6c7de;
	color: #0F274F;
}


.mattblackmenu li a:visited{
	color: #006DAF;
}

.mattblackmenu li a:hover{
	/*background: black; background of tabs for hover state */
	color:#096392;
	/* [disabled]border-top: solid 1px #3186c1; */
	background-image: url(../bg_pic/nav_corner_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #a6c7de;
	border-top:none;
}

.mattblackmenu li a.active{
	/*background: black; background of tabs for hover state */
	color:#0F274F;
	/* [disabled]border-top: solid 1px #3186c1; */
	background-image: url(../bg_pic/nav_corner_left_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #a6c7de;
}


.mattblackmenu li a.selected{
	color:#0F274F;
}
