/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7TMM01 {
	font-family: Arial, Helvetica, sans-serif;
	zoom: 1;
	font-size: 0.8em;
	text-align: right;
	margin-top: 20px;
	line-height: 1.7em;
	margin-bottom: 20px;
}
.p7TMM01 ul {
	margin: 0;
	padding: 0;
}
.p7TMM01 ul ul {
	background-color: #7d652d;
	border-top: 1px solid #685014;
	border-bottom: 1px solid #685014;
}
.p7TMM01 ul ul ul {
	font-size: 1em;
}
.p7TMM01 li {
	list-style-type: none;
	margin: 0;
}
.p7TMM01 ul ul li {
	line-height: 1.2em;
}
.p7TMM01 ul a:link, .p7TMM01 ul a:visited {
	color: #FFF;
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
}
.p7TMM01 ul a:hover, .p7TMM01 ul a:focus, .p7TMM01 ul a:active {
	color: #D8D8D8;
	text-decoration: underline;
}

.p7TMM01 li ul li a {
	background-image: none;
	margin-right: -8px;
}
.p7TMM01 a.trig_closed {
	background-image: url(img/tmm_east_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7TMM01 a.trig_open {
	background-image: url(img/tmm_south_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	text-decoration: underline !important;
}
.p7TMM01 ul ul a.trig_closed, .p7TMM01 ul ul a.trig_open {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
.p7TMM01 ul ul a.trig_open {
	color: #000;
}
.p7TMM01 a.current_mark {
	font-weight: bold;
	text-decoration: underline !important;
}
.p7TMM01 ul ul a.current_mark {
	font-weight: bold;
	color: #FF822E!important;
	text-decoration: underline !important;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM01_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM01_toggle_all a:link, .p7TMM01_toggle_all a:visited {
	color: #000;
	font-variant: small-caps;
	outline: 0;
}
.p7TMM01_toggle_all a:hover, .p7TMM01_toggle_all a:focus, .p7TMM01_toggle_all a:active {
	color: #C30;
	text-decoration: underline;
}
.p7TMM01 ul li ul {
	border-right: 1px solid #FF822E;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-right: 7px;
}
.p7TMM01 ul ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

