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

.p7TM3-01 {
	font-size: 16px;
	zoom: 1;
	width: 100%;
}
.p7TM3-01:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TM3-01 ul {
	color: #FFF;
	background-color: #222;
	padding: 0;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.p7TM3-01 ul ul {
	border: 0px solid #999;
	background-color: #333;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	margin: 0px;
}
.p7TM3-01.outer-shadow {
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	padding: 10px;
}
.p7TM3-01.outer-shadow.rounded-corners {
	border-radius: 4px;
}
.p7TM3-01.outer-shadow ul a.tm3last {
	border-bottom: none !important;
}
.p7TM3-01.rounded-corners ul ul {
	border-radius: 5px;
}
.p7TM3-01 ul ul ul {
	border: none;
	background-color: #444;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.p7TM3-01 li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.p7TM3-01 ul ul li {
	margin: 0px;
	padding: 0px;
}
.p7TM3-01 ul a {
	display: block;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
	margin: 0px;
	font-size: 30px;
	text-transform: uppercase;
	color: #999;
}
.p7TM3-01 ul a:hover, .p7TM3-01 ul a:focus {
	color: #999!important;
	outline: none;
	text-decoration: none!important;
}
.p7TM3-01 ul ul a {
	font-size: 30px;
	border: none;
	color: #999!important;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.p7TM3-01 ul ul a:hover, .p7TM3-01 ul ul a:focus {
	color: #999!important;
	border: none;
	font-weight: bold;
}
.p7TM3-01 ul ul a.p7tm3_page:after {
	-webkit-transition: color linear .4s .1s;
	transition: color linear .4s .1s;
}
.p7TM3-01 ul ul a.p7tm3_page:hover:after {
}
.p7TM3-01 a.trig_closed {
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TM3-01 a.trig_open {
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-color: transparent;
}
.p7TM3-01 ul ul a.trig_open {
	color: #000;
}
.p7TM3-01 a.current_mark {
	font-weight: bold;
	color: #FFF!important;
}
.p7TM3-01 ul ul a.current_mark {
	font-weight: bold;
	color: #FFF!important;
}
.p7TM3-01_toggle_all {
	margin: 0 0 12px 0;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
.p7TM3-01_toggle_all a {
	color: #000;
}
.p7TM3-01_toggle_all a:hover, .p7TM3-01_toggle_all a:focus, .p7TM3-01_toggle_all a:active {
	color: #F00;
	outline: none;
	background: none;
}
/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7TM3-toolbar {
	display: none;
}
/*IE10 Kill Default Active Background*/
.p7TM3-01 a:active {
	background-color: transparent;
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 750px) {
.p7TM3-01_toggle_all {
	display: none;
}
.p7TM3-01.responsive .p7TM3-toolbar {
	position: relative;
	z-index: 999;
	display: block;
	text-align: right;
	padding: 6px;
	cursor: pointer;
	background-color: #444;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
}
.p7TM3.responsive ul.closed {
	display: none;
}
.p7TM3.responsive ul.opened {
	display: block;
}
.p7TM3-01.responsive .p7TM3-toolbar img {
	border: none;
	display: inline-block;
	vertical-align: baseline;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
