.treeMainSub {
	padding: 8px 0px 8px 0px;
	margin: 0px;
	text-align: right;
	width: 220px;
}

/* default style for ul elements */
.treeMainSub ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}  

/* style default a tags */ 
.treeMainSub a {
	display: block;
	padding: 3px 16px 3px 0px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	color: #606060;
	background-position: right center;
	background-repeat: no-repeat;
}
.treeMainSub .selected a, .treeMainSub .selected a:hover, .treeMainSub .selected a:active, .treeMainSub .breadcrumb a {
	color: #606060;
	font-weight: bold;
	background-image: url(../../images/site/mainsubnav_over.gif);
}
.treeMainSub a:hover {
	color: #606060;
}


/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeMainSub img, .treeMainSub .image, .treeMainSub .moimage, .treeMainSub .image a, .treeMainSub .moimage a, .treeMainSub .image a:hover, .treeMainSub .moimage a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
	background-image: none !important;
}