/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7TMM01 {
	/*font-size: inherit;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	padding: 0px 0 10px 0;
	margin: 0;
	zoom: 1;
	line-height: 1.1;
}
.p7TMM01 div {
	zoom: 1;
}
.p7TMM01 ul {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.p7TMM01 ul ul ul {
	margin-bottom: 0px;
}
.p7TMM01 li {
	list-style-type: none;
	margin: 0;
}
.p7TMM01 ul ul li {
	padding-left: 1em;
}
.p7TMM01 ul a {
	color: #000 !important;
	display: block;
	/*padding: 3px 8px 3px 18px;*/
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
}
.p7TMM01 ul a:hover, .p7TMM01 ul a:focus, .p7TMM01 ul a:active {
	color: #0099CB;
}
.p7TMM01 div ul a {
	color: #0099CB !important;
}
.p7TMM01 ul ul a.p7tmm_page {
	background-image: url(img/level2Marker.gif);
}
.p7TMM01 a.p7tmm_page {
	background-image: url(img/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.p7TMM01 a.trig_closed {
	background-image: url(img/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.p7TMM01 a.trig_open {
	background-image: url(img/arrowRight_over.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: normal;
	/*text-decoration: underline;*/
}
.p7TMM01 ul ul a.trig_open {
	color: #0099CB;
}
.p7TMM01 a.current_mark {
	font-weight:bold;
	color:#000;
}
.p7TMM01 ul ul a.current_mark {
	color:#0099CB;
}
.p7TMMtoggle {
	/*display:none;*/
	font-size: 11px;
}
.p7TMM01_toggle_all {
	margin: 0 0 4px 0;
	text-transform: uppercase;	
}
.p7TMM01_toggle_all a {
	color: #666 !important;
	outline: 0;
	text-decoration: none;
}
.p7TMM01_toggle_all a:hover, .p7TMM01_toggle_all a:focus, .p7TMM01_toggle_all a:active {
	color: #C30;
	text-decoration: none;
}

