/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - See-Through
  -----------------------------------
*/
.p7TMM02 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(img/tmm_trans_white.png);*/
	padding: 10px;
	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;
	font-size: 1em;
}
.p7TMM02 li {
	list-style-type: none;
	margin: 0;
	
}
.p7TMM02 ul ul li {
	padding-left: 1em;
}
.p7TMM02 ul a {
	color:#634e93;
	display: block;
	padding: 3px 8px 3px 18px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
}
.p7TMM02 ul a:hover, .p7TMM02 ul a:focus, .p7TMM02 ul a:active {
	color: #7d6b71;
	text-decoration: underline;
}
.p7TMM02 ul ul a {
	font-size: 90%;
}
.p7TMM02 a.p7tmm_page {
	/*background-image: url(img/tmm_page_diamond_black.gif);
	background-repeat: no-repeat;
	background-position: left center; */
}
.p7TMM02 a.trig_closed {
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM02 a.trig_open {
	background-image: url(img/tmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #7d6b71 !important;
}
.p7TMM02 ul ul a.trig_open {
	color: #7d6b71 !important;
}
.p7TMM02 a.current_mark {
	font-weight:bold;
	color:#7d6b71;
}
.p7TMM02 ul ul a.current_mark {
	color:#7d6b71;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM02_toggle_all {
	margin: 0 0 12px 0;
	color: #7d6b71;
}
.p7TMM02_toggle_all a {
	color: #7d6b71;
	font-variant: small-caps;
	padding: 4px;
	text-decoration: none;
	outline: 0;
}
.p7TMM02_toggle_all a:hover, .p7TMM02_toggle_all a:focus, .p7TMM02_toggle_all a:active {
	color: #06C;
	text-decoration: underline;
}
