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

.p7TM3-10 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	zoom: 1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, 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 #e1e1e1;
	padding: 10px;
}
.p7TM3-10.outer-shadow.rounded-corners {
	border-radius: 4px;
}
.p7TM3-10 ul {
	margin: 0;
	padding: 0;
}
.p7TM3-10 ul div {
	padding-left: 12px;
}
.p7TM3-10 ul ul {
	margin-left: -8px;
	padding: 6px;
	background-color: transparent;
	border-left: 1px dotted #e1e1e1;
}
.p7TM3-10 ul ul ul {
	margin-bottom: 0px;
	padding: 6px;
}
.p7TM3-10 li {
	list-style-type: none;
	margin: 0;
}
.p7TM3-10 ul ul li {
	padding-left: 12px;
}
.p7TM3-10 ul a {
	color: #e1e1e1;
	display: block;
	padding: 2px 6px 2px 18px;
	text-decoration: none;
}
.p7TM3-10 ul a:hover, .p7TM3-10 ul a:focus {
	color: #d6a33a;
	outline: none;
}
.p7TM3-10 ul ul a {
	font-size: 12px;
	color: #e1e1e1;
	border: none;
}
.p7TM3-10 ul ul a:hover, .p7TM3-10 ul ul a:focus {
	border: none;
}
.p7TM3-10 a.trig_closed {
	background-image: url(img/tm3_minus_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TM3-10 a.trig_open {
	background-image: url(img/tm3_plus_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-color: transparent;
	color: #d6a33a !important;
}
.p7TM3-10 a.current_mark {
	text-shadow: none !important;
	font-weight: normal;
}
.p7TM3-10 ul ul a.current_mark {
	font-weight: normal;
}
.p7TM3-10_toggle_all {
	margin: 0 0 12px 0;
	display: block;
	font-size: 12px;
}
.p7TM3-10_toggle_all a {
	color: #d6a33a;
}
.p7TM3-10_toggle_all a:hover, .p7TM3-10_toggle_all a:focus, .p7TM3-10_toggle_all a:active {
	color: #d6a33a;
	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 {
	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;
}
.p7TM3-10.responsive .p7TM3-toolbar img {
	border: none;
	vertical-align: bottom;
	padding: 4px;
	background-color: transparent;
	border-radius: 4px;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
