/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 05 - Greystone
  -----------------------------------
*/

.p7TMM05 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	zoom: 1;
	padding: 0px;
	background-repeat: repeat-y;
	background-color: transparent;
	text-decoration: none;
}
.p7TMM05 a:hover, .p7TMM05 a:focus, .p7TMM05 a:active{
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	zoom: 1;
	padding: 0px;
	background-repeat: repeat-y;
	background-color: #FFF;
	/* border-bottom-width: 1px;  this is the hover and focus line that causes a menu jump */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #666; */
	color: #090;
}
.p7TMM05 ul {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.p7TMM05 ul div {
	padding: 0px 0;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.p7TMM05 ul ul div {
	background-color: transparent;
	background-image: none;
	padding: 0;
	background-color: #FFF;
}
.p7TMM05 ul ul {
	font-size: .9em;
}
.p7TMM05 ul ul ul {
	font-size: .9em;
}
.p7TMM05 ul li {
	list-style-type: none;
}
.p7TMM05 ul ul li {
	padding-left: 1em;
}
.p7TMM05 ul a:link, .p7TMM05 ul a:visited {
	color: #FFF;
	display: block;
	padding: 6px 8px 6px 25px;
	text-decoration: none;
	zoom: 1;
	font-variant: normal;
	outline: 0;
	/* border-bottom-width: 1px;  this is the hover and focus line that causes a menu jump */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #666; */
}
.p7TMM05 a.tmmlast {
	border-bottom: 0;
}
.p7TMM05 ul a:hover, .p7TMM05 ul a:focus, .p7TMM05 ul a:active {
	color: #00944E;
	text-decoration: none;
}
.p7TMM05 ul ul a:link, .p7TMM05 ul ul a:visited {
	color: #333;
	font-variant: normal;
	border: 0;
	padding: 3px 0px 3px 0px;
	background-color: transparent !important;
	background-image: none;
	text-transform: none;
}
.p7TMM05 ul ul a:hover, .p7TMM05 ul ul a:focus, .p7TMM05 ul ul a:active {
	color: #000;
	text-decoration: none;
}

.p7TMM05 ul ul ul a:link, .p7TMM05 ul ul ul a:visited {
	color: #666;
	font-variant: normal;
	border: 0;
	padding: 3px 0px 3px 0px;
	background-color: transparent !important;
	background-image: none;
	text-transform: none;
}
.p7TMM05 ul ul ul a:hover, .p7TMM05 ul ul ul a:focus, .p7TMM05 ul ul ul a:active {
	color: #333;
	text-decoration: none;
}


.p7TMM05 a.p7tmm_page {
	background-image: url(img/tmm_page_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM05 ul ul a.p7tmm_page {
	background-image: url(img/tmm_page_square_gray.gif);
}
.p7TMM05 a.trig_closed {
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.p7TMM05 ul ul a.trig_closed {
	background-image: url(/__img/tmm_east_gray.gif);
	font-variant: normal;
	text-transform: none;
}
.p7TMM05 ul ul ul a.trig_closed {
	background-image: url(/__img/tmm_page_square_gray.gif);
	font-variant: normal;
	text-transform: none;
}
.p7TMM05 ul a.trig_open {
	background-image: url(img/tmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	color: #00944E !important;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.p7TMM05 ul ul a.trig_open {
	background-image: url(/__img/tmm_south_gray.gif);
	color: #000 !important;
}
.p7TMM05 ul ul a.trig_closed, .p7TMM05 ul ul a.trig_open {
	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: #000;
	text-decoration: underline;
}

