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

.p7TM3-04 {
	font-size: 16px;
	zoom: 1;
	width: 100%;
}
.p7TM3-04.outer-shadow {
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
.p7TM3-04.rounded-corners {
	border-radius: 6px;
}
.p7TM3-04.rounded-corners ul ul {
	border-radius: 6px;
}
.p7TM3-04:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TM3-04 ul {
	color: #FFF;
	background-color: #222;
	padding: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.p7TM3-04 ul ul {
	border: 0px solid #999;
	background-color: #444;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
li.tm3last ul {
	margin-bottom: 0px;
}
.p7TM3-04 ul ul ul {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
	background-color: transparent;
	background: none;
	box-shadow: none;
}
.p7TM3-04 li {
	list-style-type: none;
	margin: 0;
}
.p7TM3-04 ul ul ul li {
	padding-left: .5em;
}
.p7TM3-04 ul a {
	display: block;
	text-decoration: none;
	padding-top:20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	margin: 0px;
	font-size: 30px;
	text-transform: uppercase;
	color: #dadada;
}
.p7TM3-04 ul a:hover, .p7TM3-04 ul a:focus {
	color: #FFF;
    background-color: #026b96;
	outline: none;
}
.p7TM3-04 ul ul a {
	font-size: 25px;
	border: none;
	color: #dadada;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.p7TM3-04 ul ul a:hover, .p7TM3-04 ul ul a:focus {
	color: #fff!important;
    background-color: #5E5E5E;
	border: none;
}
.p7TM3-04 a.trig_closed {

	background-repeat: no-repeat;
	background-position: left center;
}
.p7TM3-04 ul ul a.trig_closed {

}
.p7TM3-04 a.trig_open {

	background-repeat: no-repeat;
	background-position: left center;
	color: #CCC;
}
.p7TM3-04 ul ul a.trig_open {

	color: #000;
	text-shadow: 1px 0px 0px #333333;
}
.p7TM3-04 a.p7tm3_page {
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TM3-04 a.current_mark {
	text-shadow: none !important;
	color: #FFF;
    background-color: #026b96;
}
.p7TM3-04 ul ul a.current_mark {
	color: #FFF;
    background-color: #5E5E5E;
}
.p7TM3-04_toggle_all {
	margin: 0 0 12px 0;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
.p7TM3-04_toggle_all a {
	color: #000;
}
.p7TM3-04_toggle_all a:hover, .p7TM3-04_toggle_all a:focus, .p7TM3-04_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-04 a:active {
	background-color: transparent;
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 750px) {
.p7TM3-04_toggle_all {
	display: none;
}
.p7TM3-04.responsive .p7TM3-toolbar {
	position: relative;
	z-index: 999;
	display: block;
	text-align: right;
	padding: 6px;
	cursor: pointer;
	background-color: #555;
	padding-right:50px;
	padding-top:15px;
	padding-bottom:15px;
}
.p7TM3.responsive ul.closed {
	display: none;
}
.p7TM3.responsive ul.opened {
	display: block;
}
.p7TM3-04.responsive .p7TM3-toolbar img {
	border: none;
	display: inline-block;
	vertical-align: baseline;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
