/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7TMM01 {
	font-size: 12px;
	font-family: Arial, sans-serif, Helvetica, Verdana;
	zoom: 1;
	color: #000000;
}

.p7TMM01 ul {
	margin-left: 0;
	margin-bottom: 0px; 
	margin-top: 3px;
	padding-left: 1em;
	text-indent: 0em;
	font-weight: bold;
	color: #000000;
}

.p7TMM01 ul ul {
	font-size: 11px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
.p7TMM01 ul ul ul {
	font-size: 1em;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1.5em;
}
.p7TMM01 li {
	list-style-type: none;
	margin: 0;
}
.p7TMM01 ul ul li {
	padding-left: 0em;
}
.p7TMM01 ul a:link, .p7TMM01 ul a:visited {
	color: #005898;
	padding: 3px 8px 3px 18px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
}
.p7TMM01 ul a:hover, .p7TMM01 ul a:focus, .p7TMM01 ul a:active {
	color: #E08614;
	text-decoration: underline;
}
.p7TMM01 ul ul a {}

.p7TMM01 a.p7tmm_page {
	background-image: url("/images/icons/arrow_sm_lt_orange.gif");
	background-repeat: no-repeat;
	background-position: -1px 3px;
	font-weight: normal;
	line-height: normal;
}
.p7TMM01 a.trig_closed {
	background-image: url("/images/icons/c.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM01 a.trig_open {
	background-image: url("/images/icons/o.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.p7TMM01 ul ul a.trig_closed, .p7TMM01 ul ul a.trig_open {

}
.p7TMM01 ul ul a.trig_open {
	color: #005898;
}
.p7TMM01 a.current_mark {
	font-weight:normal;
	color:#005898;
}
.p7TMM01 ul ul a.current_mark {
	color:#005898;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM01_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM01_toggle_all a:link, .p7TMM01_toggle_all a:visited {
	color: #005898;
	outline: 0;
}
.p7TMM01_toggle_all a:hover, .p7TMM01_toggle_all a:focus, .p7TMM01_toggle_all a:active {
	color: #E08614;
	text-decoration: underline;
}

