/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - See-Through
  -----------------------------------
*/
.p7TMM02 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/tmm_trans_white.png);
	padding: 1px;
	zoom: 1;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.p7TMM02 div {
	zoom: 1;
}
.p7TMM02 ul {
	margin: 0;
	padding: 0;
}
.p7TMM02 li {
	list-style-type: none;
	margin: 0;
}
.p7TMM02 ul ul li {
	padding-left: 0px;  /* padding (Einzug) des textblocks der Untermenus */
}
.p7TMM02 ul a {
	color: #000;
	display: block;
	background-color: #EEE;
	padding: 6px 2px 6px 23px;  /* padding aller Menutexte  Oben Rechts Unten Links*/
	text-decoration: none;
	zoom: 1;
	outline: 0;
}
.p7TMM02 ul a:hover, .p7TMM02 ul a:focus, .p7TMM02 ul a:active {
	color: #06C; /* Textfarbe onmouseover für alle menus und Untermenus*/
	text-decoration: underline;
}
.p7TMM02 ul ul a {
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}
.p7TMM02 a.p7tmm_page {
	background-image: url(img/transp-substitute.gif); /*  Karo vor der Zeile (img/tmm_page_diamond_black.gif) */
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM02 a.trig_closed {
	background-image: url(img/transp-substitute.gif); /*  Pfeile vor der Zeile  tmm_east_black.gif */
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM02 a.trig_open { /* wenn das Menu aufgeklappt ist */
	background-image: url(img/transp-substitute.gif); /*  Pfeile vor der Zeile  tmm_south_black.gif */
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	color: #000 !important;
}
.p7TMM02 ul ul a.trig_open {
	color: #000 !important;
}
.p7TMM02 a.current_mark {
	font-weight:bold;
	color:#000;
}
.p7TMM02 ul ul a.current_mark {
	color:#000;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM02_toggle_all {
	margin: 0 0 5px 0;
	color: #000;
}
.p7TMM02_toggle_all a {
	color: #000;
	font-variant: small-caps;
	padding: 2px;
	text-decoration: none;
	outline: 0;
}
.p7TMM02_toggle_all a:hover, .p7TMM02_toggle_all a:focus, .p7TMM02_toggle_all a:active {
	color: #000;
	text-decoration: underline;
}

