/* 
  -------------------------------------
  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: #AEA49A;
	display: block;
	text-decoration: none;
	zoom: 1;
	outline: 0;
	text-align: right;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Cardo', serif;
	margin-bottom: 3px;
}
.p7TMM11 ul a:hover, .p7TMM11 ul a:focus, .p7TMM11 ul a:active {
	text-decoration: underline;
	color: #9e1014;
}
.p7TMM11 ul ul a {
	font-size: 90%;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	margin: 0px;
}
.p7TMM11 a.trig_closed {
	background-image: url(img/tmm_neon_plusBlue.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
}
.p7TMM11 a.trig_open {
	background-image: url(img/tmm_neon_minusBlue.gif);
	background-repeat: no-repeat;
	background-position: 75px center;
	text-decoration: underline;
	font-weight: bold;
}
.p7TMM11 ul ul a.trig_open {
	text-transform: uppercase;
}
.p7TMM11 a.current_mark {
	font-weight: bold;
	color: #9e1014;
}
.p7TMM11 ul ul a.current_mark {
	font-weight: bold;
	color: #9e1014;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM11_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM11_toggle_all a {
	outline: 0;
	color: #990066;
}
.p7TMM11_toggle_all a:hover, .p7TMM11_toggle_all a:focus, .p7TMM11_toggle_all a:active {
	text-decoration: underline;
}
