.treeMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.treeMenu ul li {
	float: left;
	width: 187px;
}
.treeMenu a {
	display: block;
	margin: 10px 0px 10px 0px;
	/* font-size: 12px; ->layout_1.css */
	text-transform: uppercase;
	text-decoration: none; 
	text-align: center;
	font-weight: 800;
	color: #CC051D;
	border-left: 1px solid #ffffff;
	
	display: table;
	width: 100%;
}
.treeMenu a span {
	padding: 0px 10px 0px 10px;
	height: 52px;
	display: table-cell;
	vertical-align: middle;
}
.treeMenu a:hover, .treeMenu .selected a, .treeMenu .breadcrumb a  {
	color: #ffffff;
}
.treeMenu .lastrow a {
	border-right: 1px solid #ffffff;
}

/* level 2 */
.treeMenu ul ul {
	display: none;
	position: absolute;
	background-color: #FECC00;
	z-index: 999;
}
.treeMenu ul ul li {
	float: none;
}
.treeMenu ul ul a {
	font-weight: 700;
	color: #CC051D;
	border: none;
	border-bottom: 1px solid #ffffff;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-transform: none;
	display: block;
	width: auto;
}
.treeMenu ul ul a span {
	padding: 0px;
	height: auto;
	display: inline;
}
.treeMenu ul ul a:hover, .treeMenu ul ul .selected a, .treeMenu ul ul .breadcrumb a {
	color: #ffffff;
	background-color: #CC051D;
}
.treeMenu ul ul a.lastrow {
	border: none;
}

/* level 3 */
.treeMenu ul ul ul {
	margin-left: 182px;
	margin-top: -30px;
}

.treeMenu a.notapproved {
	color: red;
	text-decoration: line-through;
}


/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeMenu img, .treeMenu .image, .treeMenu .moimage, .treeMenu .image a, .treeMenu .moimage a, .treeMenu .image a:hover, .treeMenu .moimage a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
	background-image: none !important;
}