/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - See-Through
  -----------------------------------
*/
.p7TMM02 {
	font-size: inherit;
}
.p7TMM02 ul {
	padding: 0;
}
.p7TMM02 ul ul {
	/*font-size: .9em; */
}
.p7TMM02 ul ul ul {
	font-size: 1em;
}
.p7TMM02 li {
	list-style-type: none;
	margin: 0;
}
 .p7TMM02 ul ul li {
	padding-left: .3em;
	font-size: 1em!important;

} 
.p7TMM02 ul a:link, .p7TMM02 ul a:visited {
	color: #000;
	display: block;
	padding: 0 0 0 16px;
	text-decoration: none;
	outline: 0;
	list-style-type: none;	
}
.p7TMM02 ul a:hover, .p7TMM02 ul a:focus, .p7TMM02 ul a:active {
	color: #000;
	text-decoration: underline;
	list-style-type: none;
	outline: 0;
	list-style-type: none;		
}
.p7TMM02 ul ul a:link, .p7TMM02 ul ul a:visited {
	font-variant: normal;
	list-style-type: none;
}
/*MARKER STYLE .p7TMM02 a.p7tmm_page { 
	background-image: url(img/tmm_page_diamond_black.gif);
	background-repeat: no-repeat;
	background-position: left ;
}*/
.p7TMM02 a.trig_closed {
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.p7TMM02 a.trig_open {
	background-image: url(img/tmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	color: #000 !important;
}
.p7TMM02 ul ul a.trig_closed, .p7TMM02 ul ul a.trig_open {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	list-style-type: none;	
}
.p7TMM02 ul ul a.trig_open {
	color: #000 !important;
	list-style-type: none;		
}
.p7TMM02 a.current_mark {
	font-weight:bold;
	color:#000;
	list-style-type: none;		
}
.p7TMM02 ul ul a.current_mark {
	color:#000;
	list-style-type: none;
	text-decoration: underline!important;
}
.p7TMMtoggle {
	display: none;	}

