/* 
  -------------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 11 - Neon Right Aligned
  -------------------------------------
*/

.p7TMM11 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	zoom: 1;
}
.p7TMM11 div {
	zoom: 1;
}
.p7TMM11 ul {
	margin: 0;
	padding: 0;
}
.p7TMM11 li {
	list-style-type: none;
	margin: 0;
}
.p7TMM11 ul ul li {
	padding-left: 20px;
}
.p7TMM11 ul a {
	color: #900;
	display: block;
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
	border: 1px solid #900;
	text-align: right;
	margin-bottom: 4px;
}
.p7TMM11 ul a:hover, .p7TMM11 ul a:focus, .p7TMM11 ul a:active {
	text-decoration: underline;
}
.p7TMM11 ul ul a {
	font-size: 90%;
	padding: 4px 8px 4px 20px;
}
.p7TMM11 a.trig_closed {
	background-image: url(img/tmm_neon_plusBlue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}
.p7TMM11 a.trig_open {
	background-image: url(img/tmm_neon_minusBlue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
.p7TMM11 ul ul a.trig_open {
	text-transform: uppercase;
}
.p7TMM11 a.current_mark {
	font-weight:bold;
}
.p7TMM11 ul ul a.current_mark {
	font-weight:bold;
	color: #A26BD3;
	text-transform: uppercase;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM11_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM11_toggle_all a {
	outline: 0;
	color: #69A4FE;
}
.p7TMM11_toggle_all a:hover, .p7TMM11_toggle_all a:focus, .p7TMM11_toggle_all a:active {
	color: #69A4FE;
	text-decoration: underline;
}
