/* 
  -----------------------------------
  Tree Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 07 - Image Based
  -----------------------------------
*/

.p7TM3-07 {
	font-size: inherit;
	zoom: 1;
	font-family: "Segoe UI", "Gill Sans", Optima, "Droid Sans", sans-serif;
}
.p7TM3-07 a img {
	border: none;
}
.p7TM3-07 img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
.p7TM3-07:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TM3-07 ul {
	margin: 0;
	padding: 0;
}
.p7TM3-07 ul ul {
	padding: 0px;
	background-color: #FFFFFF;
}
.p7TM3-07 ul ul ul {
	border: none;
	padding: 0px;
}
.p7TM3-07 li {
	list-style-type: none;
	margin-bottom: 8px;
}
.p7TM3-07 ul ul li {
	padding-left: 0.5em;
	margin-bottom: 0px;
}
.p7TM3-07 ul a {
	text-decoration: none;
	display: block;
}
.p7TM3-07 ul a:hover, .p7TM3-07 ul a:focus, .p7TM3-07 a.trig_open {
	color: #000;
	outline: none;
	text-shadow: -1px 0px 0px #000;
}
.p7TM3-07 ul ul a {
	font-size: 0.9em;
	padding: 3px 8px 3px 18px;
	border: none;
	color: #000;
	margin: 0px;
}
.p7TM3-07 ul ul a:hover, .p7TM3-07 ul ul a:focus {
	border: none;
}
.p7TM3-07 ul ul a.p7tm3_page:after {
	content: "\27B2";
	color: #DBDBDB;
	-webkit-transition: color linear .4s .1s;
	transition: color linear .4s .1s;
}
.p7TM3-07 ul ul a.p7tm3_page:hover:after {
	content: "\27B2";
	color: #666;
}
.p7TM3-07 a.trig_closed {
	background-image: url(img/tm3_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TM3-07 a.trig_open {
	background-image: url(img/tm3_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-color: transparent;
}
.p7TM3-07 ul ul a.trig_open {
	color: #000;
}
.p7TM3-07 a.current_mark {
	text-shadow: none !important;
}
.p7TM3-07 ul ul a.current_mark, .p7TM3-07 ul ul a.current_mark:hover {
	font-weight: bold;
}
.p7TM3-07_toggle_all {
	margin: 0 0 12px 0;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
.p7TM3-07_toggle_all a {
	color: #000;
}
.p7TM3-07_toggle_all a:hover, .p7TM3-07_toggle_all a:focus, .p7TM3-07_toggle_all a:active {
	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-07 a:active {
	background-color: transparent;
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7TM3-07_toggle_all {
	display: none;
}
.p7TM3-07.responsive .p7TM3-toolbar {
	position: relative;
	z-index: 999;
	display: block;
	text-align: right;
	padding: 6px 8px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.75);
	border-radius: 5px;
	margin-bottom: 8px;
}
.p7TM3.responsive ul.closed {
	display: none;
}
.p7TM3.responsive ul.opened {
	display: block;
}
.p7TM3-07.responsive .p7TM3-toolbar img {
	border: none;
	display: inline-block;
	vertical-align: baseline;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
