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

Note style p7TM3-10b, created for TMM menu in Common Columns - 101516
Note style p7TM3-10c, created for TMM menu in Category Pages (pf1) - 121816

*/

.p7TM3-10 {
    font-size: inherit;
	zoom: 1;
	/*font-family: "Segoe UI", "Gill Sans", Optima, "Droid Sans", sans-serif;*/
}
.p7TM3-10c {
	background-color:#d9c796 ;
	padding:20px 20px 0px 20px ;
	margin-bottom: 30px;
}

.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: 0px 0px 20px 0px;
	padding: 0;
}
.p7TM3-10 ul div {
	padding-left: 4px;
}
.p7TM3-10 ul ul {
	padding: 0px;
	background-color: rgba(255,255,255,.4);
	border-left: 2px dotted #121e36;
	border-radius: 4px;
}
.p7TM3-10b ul ul, .p7TM3-10c ul ul {
	border-left: 1px dotted #6a94ec;
}
.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;
    line-height: 1.4em;

}
.p7TM3-10 ul a {
	color: #333;
	display: block;
	padding: 2px 6px 2px 14px;
	text-decoration: none;
}
.p7TM3-10b ul a {
	/* color: #d9c796; (gold, replaced with #e1e1e1 042724) */
	color: #e1e1e1;
}
.p7TM3-10c ul a {
	color: #121e36;
}
.p7TM3-10 ul a:hover, .p7TM3-10 ul a:focus {
	color: #6a94ec;
	outline: none;
    text-decoration: underline;
}
.p7TM3-10 ul ul a {
	font-size: .9em;
	border: none;
}
.p7TM3-10b ul ul a, .p7TM3-10c ul ul a {
	font-size: 1em;
	line-height: 1.7em;
}
.p7TM3-10 ul ul a:hover, .p7TM3-10 ul ul a:focus {
	border: none;
}

.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_plus_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-color: transparent;
	color: #000 !important;
	text-shadow: -1px 0px 0px #000;
}
.p7TM3-10b a.trig_open {
	background-image: url(img/tm3_plus_white.gif);
	/* color: #d9c796 (gold, replaced with #e1e1e1 042724) !important; */
	color: #e1e1e1 !important;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: none;
	padding-bottom: 20px;
}
.p7TM3-10c a.trig_open {
	background-image: url(img/tm3_plus_white.gif);
	color: #121e36 !important;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: none;
	padding-bottom: 20px;
	padding-top: 20px;
}
.p7TM3-10 a.current_mark {
	text-shadow: none !important;
	font-weight: bold;
}
.p7TM3-10 ul ul a.current_mark {
	color: #6a94ec;
	text-decoration: underline;
}
.p7TM3-10_toggle_all {
	margin: 0 0 12px 0;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
.p7TM3-10_toggle_all a {
	color: #000;
}
.p7TM3-10_toggle_all a:hover, .p7TM3-10_toggle_all a:focus, .p7TM3-10_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-10 a:active {
	background-color: transparent;
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .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: #CCC;
        border-radius: 4px;
    }
}
