/* 
  -----------------------------------
  Tree Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 - Classic
  -----------------------------------
*/

.p7TM3-10 {
	font-size: inherit;
	zoom: 1;
	font-family: "Segoe UI", "Gill Sans", Optima, "Droid Sans", sans-serif;
}
.p7TM3-10:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TM3-10.outer-shadow {
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	padding: 10px;
}
.p7TM3-10.outer-shadow.rounded-corners {
	border-radius: 4px;
}
.p7TM3-10 ul {
	margin: 0;
	padding: 0;
}
.p7TM3-10 ul div {
	padding-left: 4px;
}
.p7TM3-10 ul ul {
	padding: 0px;
	background-color: #FFFFFF;
	border-left: 1px dotted #000;
}
.p7TM3-10 ul ul ul {
	margin-bottom: 0px;
	padding: 0px;
}
.p7TM3-10 li {
	list-style-type: none;
	margin: 0;
}
.p7TM3-10 ul ul li {
	padding-left: .25em;
}
.p7TM3-10 ul a {
	color: black; /* DRC 10/Mar/2015 3:25 */
/*	color: #333; */ /* light gray */
	display: block;
	padding: 2px 6px 2px 14px;
	text-decoration: none;
}
.p7TM3-10 ul a:hover, .p7TM3-10 ul a:focus {
	color: blue; /* DRC 1/23/2015 - same as p7csspbm_09.css */
/*	color: #06C; */ /* light blue */
	outline: none;
}
.p7TM3-10 ul a:hover{
/* 	text-decoration: underline; */ /* DRC 1/15/2015 */
  /* 10/Jun/2015 5:32 - underline removed to be consistent with p7csspbm2_09.css */
}
.p7TM3-10 ul ul a {
	font-size: .9em;
	border: none;
}
.p7TM3-10 ul ul a:hover, .p7TM3-10 ul ul a:focus {
	border: none;
	font-family: "Segoe UI", "Gill Sans", Optima, "Droid Sans", sans-serif;
}
.p7TM3-10 a.trig_closed {
	background-image: url(img/tm3_plus_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TM3-10 a.trig_open {
	background-image: url(img/tm3_minus_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-color: transparent;
	color: #000 !important;
/*	text-shadow: -1px 0px 0px #000; */ /* DRC 1/15/2015 */ /* creates a "bold" effect on the text after the [+] or [-] leading tree boxes */
	text-shadow: none; /*  DRC 1/15/2015 - removes the bold(ish) effect*/
}
.p7TM3-10 a.current_mark {
	text-shadow: none !important;
/*	font-weight: bold; */ /* will bold the currently selected link (if this link leads to an active page) and all parent links */
	color: red !important; /* DRC 1/14/2015 - if !important is added then not only is the currently selected link-branch colored (if this link leads to an active page) but all parent branches that lead to this branch are colored*/
	font-style: italic;  /* DRC 1/14/2015 - for the currently selected link (if this link leads to an active page) and all parent links */
}
.p7TM3-10 ul ul a.current_mark {
}
.p7TM3-10_toggle_all {
  margin: 0 0 0px 0; 
/* 	margin: 0 0 12px 0; DRC 19/May/2015 21:57 */
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
.p7TM3-10_toggle_all a {
	color: #000;
	font-weight: 600; /* DRC 19/May/2015 22:07 */
}

.p7TM3-10_toggle_all a:hover, .p7TM3-10_toggle_all a:focus, .p7TM3-10_toggle_all a:active {
	color: blue; /* DRC 1/23/2015 - to be consistent with other links */
/*	color: #C30; */ 
	outline: none;
	background: none;
}

/* Toolbar for Smartphones to Hide or Show entire menu */
.p7TM3-toolbar {
	display: none;
}

/*IE10 Kill Default Active Background*/
.p7TM3-10 a:active {
	background-color: transparent;
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7TM3-10_toggle_all {
/* 24/Mar/2022 9:55 - want Expand/Collapse to display, regardless of screen size
		display: none;
*/		 
}
.p7TM3-10.responsive .p7TM3-toolbar {
	position: relative;
	z-index: 999;
	display: block;
	text-align: right;
	padding: 0px 4px;
	cursor: pointer;
}
.p7TM3.responsive ul.closed {
	display: none;
}
.p7TM3.responsive ul.opened {
	display: block;
}

/* Background for Show/Hide hamburger. Doesn't include the actual hamburger which is located in
p7tm3/img/toggle-icon.png. See ex contents.html & glossary.html. */
.p7TM3-10.responsive .p7TM3-toolbar img {
	border: none;
	vertical-align: bottom;
	padding: 4px;
	background-color: #CCC;
	border-radius: 4px;
}

/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
