/* 
  -----------------------------------
  pmm9 - 09 - modifiedPop Menu Magic 3 - artemis v3 interior pages
  -----------------------------------
*/

.p7PM3-09 {
 	background-color: #e8ece3;
	background-image: url(../assets/v3stripe-blue1.png); 
	background-repeat: repeat-x;
	background-position: bottom;
	-webkit-transform-style: preserve-3d;
	box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	border: 0px;
}
.p7PM3-09.horiz {
	padding: 0px 8px;
}
.pmm3-toolbar {
	display: none;
}
.p7PM3-09 a img {
	border: none;
}
/* set all to right */
.p7PM3-09 {
	text-align: right;
}
.p7PM3-09:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}
.p7PM3-09 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7PM3-09 ul li {
	list-style-type: none;
	float: left;
	position: relative;
	padding: 20px 15px 0 15px;
}
.p7PM3-09 ul li a {
	display: block;
	padding: 6px 22px 9px 22px;
	color: #fff;
	font-weight: 700;
	background-color: #18518e;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: transparent;
	border-radius: 10px 10px 0 0;
}

.p7PM3-09 ul li a.trig_closed {
	background-image: url(img/pmm3-right-medium.gif);
}
.p7PM3-09 ul ul li a.trig_closed {
	background-image: url(img/pmm3-right-dark.gif);
}
.p7PM3-09 ul li a.trig_open {
	background-color: #DCDCDC;
	background: url(img/pmm3-down-medium.gif), linear-gradient(180deg, 30%, rgba(120,120,120,1), rgba(220,220,220,.88));
	color: #000;
}
.p7PM3-09 ul ul li a.trig_open {
	background: url(img/pmm3-down-medium.gif), linear-gradient(90deg, #333 70%, #000);
	color: #BBB;
}

.p7PM3-09 ul li a.pm3-link:hover {
	color:  #000;
	background-color: #ffcc33;
	border-color: #ffcc33;
	border-bottom-color: #ffcc33;
}
.p7PM3-09 ul ul li a {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(0,0,0,.9);
	color: #fff;
	font-size: 0.9em;
}
.p7PM3-09 ul ul li a.pm3-link:hover {
	color:  #000;
	background-color: #ffcc33;
}

.p7PM3-09 ul ul {
	display: block;
	text-align: left;
	width: 200px;
	box-shadow: 5px 10px 20px rgba(0,0,0,.3);
}
.p7PM3-09.transparent ul ul {
}
.p7PM3-09.shadows ul ul {
	box-shadow: 5px 10px 20px rgba(0,0,0,.3);
}
.p7PM3-09 ul ul div {
	z-index: 10;
}
.p7PM3-09.auto-subs ul ul {
	width: auto;
}
.p7PM3-09.auto-subs ul ul li a {
	white-space: nowrap;
}
.p7PM3-09 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-09 ul ul li:last-child a {
	border-bottom: none;
}

/*DISPLAY AS TITLE ONLY*/
.p7PM3-09 li.pmm3-title-bar,
.p7PM3-09.vert li.pmm3-title-bar {
	padding: 12px 18px;
	color: #DDD;
	background-color: #666;
	border-radius: 0px;
}
.p7PM3-09.auto-subs ul ul .pmm3-title-bar {
	white-space: nowrap;
}
.p7PM3-09.rounded ul ul li:last-child.pmm3-title-bar {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.p7PM3-09.rounded ul ul li:first-child.pmm3-title-bar {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*IMAGE LINKS*/
.p7PM3-09 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-09 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

/*VERTICAL MODE */
.p7PM3-09.vert {
	border: none;
}
.p7PM3-09.vert ul {
	display: block;
}
.p7PM3-09.vert ul li {
	float: none;
	padding: 0px;
	position: relative;
}
.p7PM3-09.vert ul li a.trig_open {
	color: #EEE;
	background: url(img/pmm3-down-medium.gif), linear-gradient(90deg, #333 70%, #000);
}
.p7PM3-09.vert ul li a.pm3-link:hover {
	background: none, linear-gradient(90deg, #333 70%, #000);
}
.p7PM3-09.vert.rounded {
	border-radius: 5px;
}
.p7PM3-09.vert.rounded ul ul {
	border-radius: 5px;
}
.p7PM3-09.vert ul ul li {
	padding: 0px;
	margin: 0px;
}
/*CURRENT MARK */
.p7PM3-09 ul li a.current_mark, .p7PM3-09 ul li a.pm3-link.current_mark:hover {
	border-color: #123569;
	background-color: #123569;
	color: #fff;
}
.p7PM3-09 ul ul li a.current_mark {
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
}
.p7PM3-09.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-09.p7PM3noscript {
	position: relative;
}
.p7PM3-09.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-09.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-09.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-09.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-09.p7PM3noscript li:hover ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-09.p7PM3noscript li li:hover ul, .p7PM3-09.p7PM3noscript li li li:hover ul, .p7PM3-09.p7PM3noscript li li li li:hover ul, .p7PM3-09.p7PM3noscript li li li li li:hover ul, .p7PM3-09.p7PM3noscript li li li li li li:hover ul {
	display: block;
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
.p7PM3-09 {
	text-align: right;
}
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
.p7PM3-09 ul li {
	padding-left: 12px;
	padding-right: 12px;
}
.p7PM3-09 ul li a {
	padding-left: 20px;
	padding-right: 20px;
} 
}
@media only screen and (min-width: 0px) and (max-width: 950px) {
.p7PM3-09 ul li {
	padding-left: 10px;
	padding-right: 10px;
}
.p7PM3-09 ul li a {
	padding-left: 18px;
	padding-right: 18px;
} 
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.p7PM3-09 ul li {
	padding-left: 8px;
	padding-right: 8px;
}
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
.p7PM3-09 ul li {
	padding-left: 5px;
	padding-right: 5px;
}
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
.p7PM3-09 ul li {
	padding-left: 3px;
	padding-right: 3px;
}
.p7PM3-09 ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7PM3-09.responsive:after {
	display: none;
}
.p7PM3-09.responsive .pmm3-toolbar {
	display: block;
	text-align: right;
	cursor: pointer;
	background-color: red;
}
.p7PM3-09.responsive .pmm3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #edeccb;
	background-color: #011a32;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.p7PM3-09 ul li a {
	border-radius: 0;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #18518e;
	border-bottom-color: #000033;
}

.p7PM3-09.responsive .pmm3-toolbar a:hover {
	color: #edeccb;
	background-color: #8A0A03;
	color: #ffffcc;
}
.p7PM3-09.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-09.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-09.responsive {
	text-align: left !important;
	padding: 0px !important;
	box-shadow: none !important;
}
.p7PM3-09.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-09.responsive ul {
	display: block;
	padding: 0px;
}
.p7PM3-09.responsive ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-09.responsive ul ul {
	position: static !important;
	width: auto;
	padding: 0px;
}
.p7PM3-09.responsive a:hover, 
.p7PM3-09.responsive a.pm3-link:hover {
}
.p7PM3-09.responsive ul ul li {
	padding: 0px;
}
.p7PM3-09.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-09.responsive ul ul a,
.p7PM3-09.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-09.responsive ul ul ul a,
.p7PM3-09.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3.responsive ul.closed {
	display: none;
}
.p7PM3.responsive ul.opened {
	display: block;
}
.p7PM3.responsive.rounded,
.p7PM3.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-09_crumbs {
	display: none;
}
.p7PM3-09_crumbs.show-mobile {
	display: block;
}

.p7PM3.responsive.select .pmm3-select-wrapper {
	display: block;
	padding: 10px;
}
.p7PM3.responsive.select select {
	width: 100%;
	font-size: 1em;
	padding: 4px;
}
.p7PM3.responsive.select .pmm3-toolbar {
	display: none;
}
.p7PM3.responsive.select ul {
	display: none;
}

/*Workaround for very old Android devices*/
.p7PM3-09 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}
