/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Highly modified by AIFS - Mark 25/3/2010
  Left hand menu for Content navigation
  -----------------------------------
*/

.p7TMM05 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	/* zoom: 1; validation error */
	padding: 0px;
}
.p7TMM05 ul {
	margin: 0;
	padding: 0;
}
.p7TMM05 ul div {
	padding: 0;
}
.p7TMM05 ul ul div {
	background-color: transparent;
	background-image: none;
	padding: 0;
}
.p7TMM05 ul ul {
	font-size: 1.0em;
}
.p7TMM05 ul ul ul {
	font-size: 1.0em;
}
.p7TMM05 ul li {
	list-style-type: none;
}
.p7TMM05 ul ul li {
	padding-left: 0;
}
.p7TMM05 ul a:link, .p7TMM05 ul a:visited {
	display: block;
	padding: 3px 8px 3px 18px;
	text-decoration: underline;
	/* zoom: 1; validation error */
	font-variant: normal;
	outline: 0;
}
.p7TMM05 a.tmmlast {
	border-bottom: 0;
}
.p7TMM05 ul a:hover, .p7TMM05 ul a:focus, .p7TMM05 ul a:active {
	/* text-decoration: none; */
}
.p7TMM05 ul ul a:link, .p7TMM05 ul ul a:visited {
	font-variant: normal;
	border: 0;
	padding: 7px 0 11px 8px;
	background-image: none;
	border-bottom: 1px solid #d3d3d3;
}
.p7TMM05 ul ul a:hover, .p7TMM05 ul ul a:focus, .p7TMM05 ul ul a:active {
	/* text-decoration: none; */
}
.p7TMM05 a.trig_closed {
	background-image: url(../images/right-arrowinv.gif);
	background-repeat: no-repeat;
	background-position: 3% 12px;
}
.p7TMM05 ul ul a.trig_closed {
	background-image: url(../images/right-arrowinv.gif);
}
.p7TMM05 ul a.trig_open {
	background-image: url(../images/down-arrowinv.gif);
	background-repeat: no-repeat;
	background-position: 3% 12px;
}
.p7TMM05 ul ul a.trig_open {
	background-image: url(../images/down-arrowinv.gif);
	color: #fff !important;
}
.p7TMM05 ul ul a.trig_closed, .p7TMM05 ul ul a.trig_open {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
/* .p7TMM05 a.current_mark {
	font-weight:bold;
	color: #000;
}
.p7TMM05 ul ul a.current_mark {
	color:#ececec;
} */
.p7TMMtoggle {
	display:none;
}
.p7TMM05_toggle_all {
	margin: 0 0 12px 0;	
}
.p7TMM05_toggle_all a:link, .p7TMM05_toggle_all a:visited {
	color: #000;
	font-variant: small-caps;
	outline: 0;
}
.p7TMM05_toggle_all a:hover, .p7TMM05_toggle_all a:focus, .p7TMM05_toggle_all a:active {
	color: #06C;
	text-decoration: underline;
}
.tmmlast { border: none !important; }
