/* 
  -----------------------------------
  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-image: url(img/tmm_rootGradientGray.jpg);
	background-repeat: repeat-y;
	background-color: #304020;
	border-top-width: 0;
	border-top-style: none;
	/*	border-right: 1px solid #485840;*/
	border-bottom: 1px solid #485840;
/*	border-left: 1px solid #485840;*/
}
.p7TMM05 ul {
	margin: 0;
	padding: 0;
}
.p7TMM05 ul div {
	background-color: #304020;
	padding: 4px 0;
}
.p7TMM05 ul ul div {
	background-color: transparent;
	background-image: none;
	padding: 0;
}
.p7TMM05 ul ul {
	font-size: .9em;
}
.p7TMM05 ul ul ul {
	font-size: 1em;
}
.p7TMM05 ul li {
	list-style-type: none;
}
.p7TMM05 ul ul li {
	padding-left: 1em;
}
.p7TMM05 ul a:link, .p7TMM05 ul a:visited {
	color: #e8e8c0;
	display: block;
	padding: 6px 8px 6px 18px;
	text-decoration: none;
	zoom: 1;
	border-top: 1px solid #485840;
	border-bottom: 1px solid #485840;
	outline: 0;
}

#navigation .p7TMM05 a.tmmfirst {
	border-top-style: none;
	border-top: 0;
}
.p7TMM05 ul a:hover, .p7TMM05 ul a:focus, .p7TMM05 ul a:active {
	color: #DDE0e0;
	text-decoration: underline;
}
.p7TMM05 ul ul a:link, .p7TMM05 ul ul a:visited {
	font-variant: normal;
	border: 0;
	color: #e8e8c0;
	background-color: transparent !important;
	background-image: none;
	font-weight: bold;
	padding-top: .3em;
	padding-right: 8px;
	padding-bottom: .3em;
	padding-left: 18px;
	font-size: 1.5em;
}
.p7TMM05 ul ul a:hover, .p7TMM05 ul ul a:focus, .p7TMM05 ul ul a:active {
	color: #BBC8b0;
	text-decoration: underline;
}
.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: left center;
}
.p7TMM05 ul ul a.trig_closed {
	background-image: url(img/tmm_east_gray.gif);
}
.p7TMM05 ul a.trig_open {
	background-image: url(img/tmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #BBC8B0 !important;
}
.p7TMM05 ul ul a.trig_open {
	background-image: url(img/tmm_south_gray.gif);
	color: #FFF !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:normal;
	color:#BBC8B0;
}
.p7TMM05 ul ul a.current_mark {
	color:#BBC8B0;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM05_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM05_toggle_all a:link, .p7TMM05_toggle_all a:visited {
	color: #BBC8B0;
	outline: 0;
}
.p7TMM05_toggle_all a:hover, .p7TMM05_toggle_all a:focus, .p7TMM05_toggle_all a:active {
	color: #06C;
	text-decoration: underline;
}
#bottomnav a {
	text-decoration: underline;
}

