/* 
  -----------------------------------
  Pop Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 07 - Tabbed
  -----------------------------------
*/

.p7PM3-07 {
	line-height: 1;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-size: 14px;
	border-bottom: 1px solid;
	border-color: #222;
	-webkit-transform-style: preserve-3d;
}
.p7PM3-07.horiz {
	padding: 16px 8px 0px 8px;
}
.p7PM3-07.shadows {
	border-bottom-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(47,65,149,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(47,65,149,1.00);
}
.p7PM3-07.horiz ul div{
	padding-top: 0px;
}
.p7PM3-07.horiz ul ul div {
	padding-top: 0px;
}

.pmm3-toolbar {
	display: none;
}

.p7PM3-07 a img {
	border: none;
	vertical-align: bottom;
}

.p7PM3-07.menu-centered {
	text-align: center;
}
.p7PM3-07.menu-right {
	text-align: right;
}

.p7PM3-07:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}

.p7PM3-07 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7PM3-07 ul li {
	list-style-type: none;
	float: left;
	position: relative;
	margin-right: 3px;
}
.p7PM3-07 ul li.pm3last {
	margin-right: 0px;
}

.p7PM3-07 ul li a {
	display: block;
	padding: 12px 18px;
	color: #000;
	text-decoration: none;
	box-shadow: inset 0px 0px 0px rgba(255,255,255,.15);
	background-repeat: no-repeat !important;
	background-position: left center !important;
	transition: transform linear .1s .1s;
	background-color: #84A3D5;
	-webkit-box-shadow: inset 0px 0px 0px rgba(255,255,255,.15);
}

.p7PM3-07.shadows a.root_link, 
.p7PM3-07.shadows a.root_trig {
	box-shadow: inset 0px 20px 0px rgba(255,255,255,.15), 5px 5px 30px rgba(0,0,0,.3);
}
.p7PM3-07.vert.shadows a.root_link, 
.p7PM3-07.vert.shadows a.root_trig,
.p7PM3-07.shadows ul ul a.root_link, 
.p7PM3-07.shadows ul ul a.root_trig {
	box-shadow: none;
}
.p7PM3-07 a.trig_closed {
	background-image: url(img/pmm3-right-dark.gif);
}
.p7PM3-07 ul ul a.trig_closed {
	background-image: url(img/pmm3-right-medium.gif);
}

.p7PM3-07 ul li a:hover, .p7PM3-07 a.trig_open {
	background-image: url(img/pmm3-down-medium.gif);
	background-color: #2F4195;
	color: #DDD;
}
.p7PM3-07 ul li a.trig_open {
	transform: scaleY(1.1) translateY(-1px);
	text-height: text-size;
}
.p7PM3-07.vert ul li a, .p7PM3-07 ul ul li a {
	transition: none !important;
	transform: none !important;
}
.p7PM3-07 ul li a.root_link, .p7PM3-07 ul ul li a.pm3-link {
	background-image: none;
}
.p7PM3-07 ul ul li a:hover, .p7PM3-07 ul ul li a.trig_open {
	background-color: #84A3D5;
	color: #DDD;
}

.p7PM3-07 ul li a.pm3-link:hover {
	background-color: #2F4195;
	color: #DDD;
}

.p7PM3-07 ul ul {
	background: linear-gradient(90deg, rgba(34,34,34,1) 50%, rgba(0,0,0,1));
	background-color: #2F4195;
	display: block;
	text-align: left;
	width: 200px;
}
.p7PM3-07.transparent ul ul {
	background-color: rgba(0,77,157,1.00);
}

.p7PM3-07.shadows ul ul {
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
}

.p7PM3-07.auto-subs ul ul {
	width: auto;
}
.p7PM3-07.auto-subs ul ul li a {
	white-space: nowrap;
}
.p7PM3-07 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-07 ul ul li a {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.8);
	color: #AAA;
	background-color: transparent;
	box-shadow: none;
	font-size: .9em;
}
.p7PM3-07 ul ul li a.pm3-link:hover {
	background-color: #004D9D;
	color: #EEE;
}

.p7PM3-07 ul ul li:last-child a {
	border-bottom: none;
}

/*ROUNDED CORNERS OPTION - Sub-Center Bias*/
.p7PM3-07.rounded ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-07.rounded ul ul ul {
	border-radius: 5px;
}

.p7PM3-07.rounded ul a.root_trig,
.p7PM3-07.rounded ul a.root_link {
	border-radius: 5px 5px 0px 0px;
}

.p7PM3-07.rounded ul ul ul a.pm3first,
.p7PM3-07.rounded ul ul ul .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-07.rounded ul ul a.pm3last,
.p7PM3-07.rounded ul ul .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-07.rounded ul ul a.pm3first.pm3last {
	border-radius: 5px;
}

/*Vert Menu Rounded Exceptions*/
.p7PM3-07.vert.rounded {
	border-radius: 5px;
}
.p7PM3-07.vert.rounded ul ul {
	border-radius: 5px;
}
.p7PM3-07.vert.rounded ul a.root_trig,
.p7PM3-07.vert.rounded ul a.root_link {
	border-radius: 0px;
}
.p7PM3-07.vert.rounded ul a.pm3first,
.p7PM3-07.vert.rounded .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-07.vert.rounded ul a.pm3last,
.p7PM3-07.vert.rounded ul .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px;
}

/*Menu Up Rounded Exceptions*/
.p7PM3-07.rounded ul a.root_trig.trig_up {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-07.rounded li.trig_up div {
	padding-bottom: 10px;
}
.p7PM3-07.rounded .trig_up a.pm3first {
	border-radius: 5px 5px 5px 5px !important;
}
.p7PM3-07.rounded ul li.trig_up ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-07.rounded .trig_up .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-07.rounded .trig_up .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px !important;
}



/*DISPLAY AS TITLE ONLY*/
.p7PM3-07 .pmm3-title-bar {
	padding: 12px 18px;
	color: #DDD;
	background-color: #666;
}
.p7PM3-07.auto-subs ul ul .pmm3-title-bar {
	white-space: nowrap;
}

/*IMAGE LINKS*/
.p7PM3-07 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-07 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/*VERTICAL MODE */
.p7PM3-07.vert {
	border: none;
	background-color: #6DC0D1;
	background: linear-gradient(90deg, #A794B1, #937B9F);
	background-color: #A794B1;
}
.p7PM3-07.vert ul div {
	padding-top: 0px;
}
.p7PM3-07.vert.shadows {
	box-shadow: 5px 5px 30px rgba(0,0,0,.35);
}
.p7PM3-07.vert ul li a {
	background-color: transparent;
	box-shadow: none;
}
.p7PM3-07.vert ul li a:hover, 
.p7PM3-07.vert ul li a.trig_open {
	background-color: #004D9D;
	color: #DDD;
}
.p7PM3-07.vert ul {
	display: block;
}
.p7PM3-07.vert ul li {
	float: none;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.p7PM3-07.vert ul ul li {
	padding: 0px;
	margin: 0px;
}
/*CURRENT MARK */
.p7PM3-07 ul li a.current_mark {
	text-shadow: -.5px 0px 0px #000;
}
.p7PM3-07 ul ul li a.current_mark {
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
}
.p7PM3-07.vert ul li a.current_mark {
	font-weight: bold;
	text-shadow: none;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PM3-07.p7PM3noscript {
	position: relative;
}

.p7PM3-07.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-07.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-07.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-07.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-07.p7PM3noscript li:hover ul ul, .p7PM3-07.p7PM3noscript li:hover ul ul ul, .p7PM3-07.p7PM3noscript li:hover ul ul ul ul, .p7PM3-07.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-07.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-07.p7PM3noscript li li:hover ul, .p7PM3-07.p7PM3noscript li li li:hover ul, .p7PM3-07.p7PM3noscript li li li li:hover ul, .p7PM3-07.p7PM3noscript li li li li li:hover ul, .p7PM3-07.p7PM3noscript li li li li li li:hover ul {
	display: block;
}

/*BREADCRUMBS*/
.p7PM3-07_crumbs.centered {
	text-align: center;
}
.p7PM3-07_crumbs.right {
	text-align: right;
}
.p7PM3-07_crumbs ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 1em;
	display: inline-block;
}
.p7PM3-07_crumbs li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: .25em;
}
.p7PM3-07_crumbs a {
	text-decoration: none;
	color: #000;
}
.p7PM3-07_crumbs a:hover {
	text-decoration: underline;
}
.p7PM3-07_crumbs li:last-child {
	margin-right: 0px;
	font-weight: bold;
}
.p7PM3-07_crumbs.thick-arrow li:after {
    content: "\0020 \0020 \27A7";
}
.p7PM3-07_crumbs.thin-arrow li:after {
    content: "\0020 \0020 \279F";
}
.p7PM3-07_crumbs.open-arrow li:after {
    content: "\0020 \0020 \21E8";
}
.p7PM3-07_crumbs.triangle-dots li:after {
    content: "\0020 \0020 \2234";
}
.p7PM3-07_crumbs.double-colon li:after {
   content: "\0020 \0020 \2237";
}
.p7PM3-07_crumbs.pipe li:after {
   content: "\0020 \0020 |";
}
.p7PM3-07_crumbs.dash li:after {
   content: "\0020 \0020 -";
}
.p7PM3-07_crumbs li:last-child:after {
	content: "\0020";
}

/*END BREADCRUMB RULES*/

 @media only screen and (min-width: 0px) and (max-width: 700px) {
.p7PM3-07.responsive:after {
	display: none;
}
.p7PM3-07.responsive .pmm3-toolbar {
	display: block;
	background-color: #004D9D;
	padding: 10px;
	text-align: right;
	cursor: pointer;
}
.p7PM3-07.responsive .pmm3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.p7PM3-07.responsive .pmm3-toolbar a:hover {
	color: #FFF;
}
.p7PM3-07.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-07.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-07.responsive .pmm3-toolbar {
	display: block;
	background-color: #004D9D;
	padding: 10px;
}
.p7PM3-07.responsive {
	text-align: left !important;
	padding: 0px !important;
	box-shadow: none !important;
}
.p7PM3-07.horiz.responsive ul div {
	padding: 0px;
}
.p7PM3-07.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-07.responsive ul {
	display: block;
	padding: 0px;
}
.p7PM3-07.responsive ul li {
	float: none;
	padding: 0px;
	margin: 0px;
}
.p7PM3-07.responsive a.trig_closed:hover {
	background-color: #222;
	color: #DDD;
}
.p7PM3-07.responsive ul ul {
	position: static !important;
	width: auto;
	padding: 0px;
}
.p7PM3-07.responsive ul ul li {
	padding: 0px;
}
.p7PM3-07.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-07.responsive ul ul a,
.p7PM3-07.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-07.responsive ul ul ul a,
.p7PM3-07.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3-07.responsive ul.closed {
	display: none;
}
.p7PM3-07.responsive ul.opened {
	display: block;
}
.p7PM3-07.responsive.rounded,
.p7PM3-07.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-07_crumbs {
	display: none;
}
.p7PM3-07_crumbs.show-mobile {
	display: block;
}
/*Workaround for very old Android devices*/
.p7PM3-07 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}
