/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 03 - Cayenne
  -----------------------------------
*/
.p7TMM03 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	background: #122455 url(img/tmm_gradientBlue.jpg) repeat-x;
	border: thin solid #294286;
}
.p7TMM03 ul {
	margin: 0;
	padding: 0;
}
.p7TMM03 ul div {
	background-color: #333;
	background-image: url(img/tmm_rootGradientBlack.jpg);
	background-repeat: repeat-y;
}
.p7TMM03 ul ul div {
	background-color: transparent;
	background-image: none;
}
.p7TMM03 ul ul {
	font-size: .9em;
}
.p7TMM03 ul ul ul {
	font-size: 1em;
}
.p7TMM03 ul li {
	list-style-type: none;
	border-top: thin solid #294286;
}
.p7TMM03 ul ul li {
	padding-left: 1em;
}
.p7TMM03 ul a:link, .p7TMM03 ul a:visited {
	color: #F37D0C;
	display: block;
	padding: 6px 8px 6px 18px;
	text-decoration: none;
	border-top: 1px solid #0C1B43;
	border-bottom: 1px solid #0C1B43;
	outline: 0;
}
.p7TMM03 ul a:hover, .p7TMM03 ul a:focus, .p7TMM03 ul a:active {
	color: #FFF;
}
.p7TMM03 ul ul a:link, .p7TMM03 ul ul a:visited {
	font-variant: normal;
	border: 0;
	padding: 3px 8px 3px 18px;
	color: #CCC;
	background-color: transparent !important;
	background-image: none;
}
.p7TMM03 ul ul a:hover, .p7TMM03 ul ul a:focus, .p7TMM03 ul ul a:active {
	color: #FFF;
	text-decoration: underline;
}
.p7TMM03 a.p7tmm_page {
}
.p7TMM03 ul ul a.p7tmm_page {
}
.p7TMM03 ul ul a.p7tmm_page:hover {
}
.p7TMM03 a.trig_closed {
}
.p7TMM03 ul ul a.trig_closed {
}
.p7TMM03 a.trig_open {
	font-weight: bold;
}
.p7TMM03 ul ul a.trig_closed, .p7TMM03 ul ul a.trig_open {
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
.p7TMM03 ul ul a.trig_open {
	color: #CCC !important;
}
.p7TMM03 a.current_mark {
	font-weight:bold;
	color:#000;
}
.p7TMM03 ul ul a.current_mark {
	color:#FFF;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM03_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM03_toggle_all a:link, .p7TMM03_toggle_all a:visited {
	color: #000;
	outline: 0;
}
.p7TMM03_toggle_all a:hover, .p7TMM03_toggle_all a:focus, .p7TMM03_toggle_all a:active {
	color: #C30;
	text-decoration: underline;
}
