/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 - Classic
  -----------------------------------
*/

.p7TMM10 {
	/*font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;*/
	zoom: 1;
}
.p7TMM10 ul {
	margin: 0;
	padding: 0;
}
.p7TMM10 ul ul {
	font-size: .9em;
}
.p7TMM10 ul ul ul a:link {
	font-size: 1em; padding-left:5px;
}
.p7TMM10 ul li {
	list-style-type: none;
	margin: 0 0 5px;
	line-height: 1.2;
}
.p7TMM10 ul ul li {	margin: 0 0 2px; }
.p7TMM10 ul a:link, .p7TMM10 ul a:visited {
	color: #7EB050;
	display: block;
	padding: 3px 8px 3px 14px;
	text-decoration: none;
	zoom: 1;
	/*font-variant: small-caps;*/
	outline: 0;
}
.p7TMM10 ul ul a:link, .p7TMM10 ul ul a:visited {	padding-left: 10; }
.p7TMM10 ul a:hover, .p7TMM10 ul a:focus, .p7TMM10 ul a:active {
	color: #CC6600;
	text-decoration: underline;
}
.p7TMM10 ul ul a:link, .p7TMM10 ul ul a:visited {
	font-variant: normal;
}
.p7TMM10 li.p7tmm_page a { background: url(../scripts/img/tmm_page_square_green.gif) no-repeat -5px center        }
.p7TMM10 ul ul li.p7tmm_page a { background: none }
.p7TMM10 a.trig_closed { background: url(../scripts/img/tmm_east_green.gif) no-repeat -5px center        }
.p7TMM10 a.trig_open {
	background: url(../scripts/img/tmm_south_green.gif) no-repeat -5px center;
	font-weight: bold;
}
/*.p7TMM10 ul ul a.trig_closed, .p7TMM10 ul ul a.trig_open {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}*/
.p7TMM10 ul ul a.trig_open {
	color: #7EB050;
}

.p7TMM10 a.current_mark {
	font-weight: bold;
	color: #CC6600;
/*	background: url(../uiparts/here.gif) 4px center no-repeat;*/
}
.p7TMM10 ul a.current_mark {
	font-weight: bold;
	color: #CC6600;
/*	background: url(../uiparts/here.gif) 4px center no-repeat;*/
}
.p7TMM10 ul ul a.current_mark {
	font-weight: bold;
	color: #CC6600;
/*	background: url(../uiparts/here.gif) 4px center no-repeat;*/
}
.p7TMM10 ul ul ul a.current_mark {
	font-weight: bold;
	color: #CC6600;
/*	background: url(../uiparts/here.gif) 4px center no-repeat;*/
}


.p7TMMtoggle {
	display:none;
}
.p7TMM10_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM10_toggle_all a:link, .p7TMM10_toggle_all a:visited {
	color: #7EB050;
	/*font-variant: small-caps;*/
	outline: 0;
}
.p7TMM10_toggle_all a:hover, .p7TMM10_toggle_all a:focus, .p7TMM10_toggle_all a:active {
	color: #7EB050;
	text-decoration: underline;
}
/*#p7TMM_2oc, #p7TMM_2u1 { font-size:82.5% }
#p7TMM_2oc a, #p7TMM_2u1 a { color: #FFF; font-weight: bold }
#p7TMM_2u1 li.p7tmm_page a { background-image: url(img/tmm_page_square_white.gif) }
#p7TMM_2u1 ul li.p7tmm_page a { background: none }
#p7TMM_2u1 a.trig_closed { background: url(img/tmm_east_white.gif) no-repeat -5px center }
#p7TMM_2u1 a.trig_open { background: url(img/tmm_south_white.gif) no-repeat -5px center }*/



/* To create "button" look for labels in menu */

.nav_label {
	padding: .2em 15px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	font-family:Frutiger,"Frutiger Linotype",Univers,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans serif;
	color: #333;
	background: #D5E4C5;
	border-bottom: 1px dotted #7EB050;
	width:70%;
	margin-left:1em;
}	
.nav_label a { text-decoration: none }

.p7TMM10 ul li.nav_label {margin-top:1.2em;}

		
