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

.p7TMM01 {
	font-size: inherit;
	font-family: Candara, Chandas, Helvetica, Arial, sans-serif;
	zoom: 1;
}
.p7TMM01 div {
	zoom: 1;
}
.p7TMM01 ul {
	margin: 0;
	padding: 0;
}
.p7TMM01 li {
	list-style-type: none;
	margin: 0;
}
.p7TMM01 ul ul li {
	padding-left: 1em;
}
.p7TMM01 ul a {
	color: #f3f3f3;
	display: block;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 3px 4px 3px 18px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
	border-radius: 5px;
	border: 2px solid #ECECEC;
	background-color: #8082ab;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5),inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -20px 30px rgba(0,0,0,0.3); /*,inset 0 1px rgba(255,255,255,0.3) ,inset 0 10px rgba(255,255,255,0.2)*/
}
.p7TMM01 ul a:hover, .p7TMM01 ul a:focus, .p7TMM01 ul a:active {
	background-color: #b5b5cf;
	color:#e5e4e4;
	text-decoration: none;
}
.p7TMM01 ul ul a {
	font-size: 90%;
}
.p7TMM01 a.p7tmm_page {
	background-image: url(img/tmm_page.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM01 a.trig_closed {
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM01 a.trig_open {
	background-image: url(img/tmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	text-decoration: none;
}
.p7TMM01 ul ul a.trig_open {
	color: #000;
}
.p7TMM01 a.current_mark {
	font-weight:bold;
	color:#f3f3f3;
	background-color:#033086;
}
.p7TMM01 ul ul a.current_mark {
	color:#F3F3F3;
	background-color: #033086;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM01_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM01_toggle_all a {
	color: #000;
	font-variant: small-caps;
	outline: 0;
}
.p7TMM01_toggle_all a:hover, .p7TMM01_toggle_all a:focus, .p7TMM01_toggle_all a:active {
	color:#06F;
	text-decoration: none;
}