.treeSub {}

/* default style for ul elements */
.treeSub ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}  

/* style default a tags */ 
.treeSub a {
	display: block;
	padding: 1px 0px 1px 19px;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	text-decoration: none; 
	font-family:  "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
}
.treeSub .selected a, .treeSub .selected a:hover, .treeSub .selected a:active, .treeSub .breadcrumb a {
	background-color: #f5f5f5;
}
.treeSub a:hover {
	background-color: #f5f5f5;
}

/* 2te Ebene */ 
.treeSub ul ul a {
	font-weight: normal;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 19px;
}
.treeSub ul ul .selected a, .treeSub ul ul .selected a:hover, .treeSub ul ul .selected a:active, .treeSub ul ul .breadcrumb a {
}
.treeSub ul ul a:hover {
}


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