/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - See-Through
  modified by slb, 2010
  -----------------------------------
*/
.p7TMM02 {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/tmm_trans_white.png);
	padding: 5px;
	zoom: 1;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
}
.p7TMM02 div {
	zoom: 1;
}
.p7TMM02 ul {
	margin: 0;
	padding: 0;
}
.p7TMM02 li {
	list-style-type: none;
	margin: 0;margin-top:1px;
}
.p7TMM02 ul ul li {
	padding-left: .5em;
}
.p7TMM02 ul ul ul li {/* more distinction with indent*/
	padding-left: 1em;
}

.p7TMM02 ul a {
	color:#405f80; /* darker */ font-weight:bold;
	display: block;
	padding: 3px 3px 3px 20px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
}
.p7TMM02 ul a:hover, .p7TMM02 ul a:focus, .p7TMM02 ul a:active {
	color: white/*#f3f3f3*/;background-color:#6a85a1;/*80% of current_mark */
}
.p7TMM02 ul ul a {
	font-size: 90%;font-weight:normal;
}
.p7TMM02 ul ul ul a {
	font-size: 80%;
}
.p7TMM02 ul ul a.p7tmm_page {
	background-image: url(img/tmm_page_square_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM02 a.trig_closed {
	background-image: url(img/tmm_east_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM02 a.trig_open {
	background-image: url(img/tmm_south_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*font-weight: bold;
	color: white !important;background-color:#45668a;*/
}
.p7TMM02 ul ul a.trig_open {
	/*color: white !important;*/
}
.p7TMM02 a.current_mark {
	font-weight:bold;
	color:white;background-color:#45668a /*!important*/;
}
/*.p7TMM02 ul ul a.current_mark {
	color:white;background-color:#45668a;
}
*/.p7TMMtoggle {
	display:none;
}
.p7TMM02_toggle_all {
	margin: 10px 0 12px 2px;
	color:#405f80; /* darker */
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.p7TMM02_toggle_all a, .p7TMM02_toggle_all a:active, .p7TMM02_toggle_all a:focus {
	color:#45668a;  font-weight:bold;
	padding: 4px 0;
	text-decoration: none !important;
	outline: 0;
}
.p7TMM02_toggle_all a:hover {
	/*color: #45668a;*/
	text-decoration: underline;
}
