
.p7PM3-04 {
font-family: "Roboto", Arial, sans-serif;
font-weight:300;
font-size: 16px;
border-bottom: 6px solid #575656;
line-height: 1;
}
.p7PM3-04.horiz {
padding: 0px 8px;
}
.pmm3-toolbar {
display: none;
}
.p7PM3-04 a img {
border: none;
}
.p7PM3-04.menu-centered {
text-align: center;
}
.p7PM3-04.menu-right {
text-align: right;
}
.p7PM3-04:after {
content: "\0020";
clear: both;
font-size: 0px;
line-height: 0;
display: inline;
height: 0px;
}
.p7PM3-04 ul {
margin: 0px;
padding: 0px;
display: inline-block;
vertical-align: bottom;
}
.p7PM3-04 ul li {
list-style-type: none;
float: left;
position: relative;
}
.p7PM3-04 ul li a {
display: block;
padding: 12px 18px;
color: #000;
text-decoration: none;
border-bottom: 6px solid #FFFFFF;
}
.p7PM3-04 a.trig_closed,
.p7PM3-04 a.trig_open {
background-repeat: no-repeat !important;
background-position: left center !important;
}
.p7PM3-04 ul li a.trig_closed {
background-image: url(img/pmm3-right-dark.gif);
}
.p7PM3-04 ul ul li a.trig_closed {
background-image: url(img/pmm3-right-medium.gif);
}
.p7PM3-04 ul li a.trig_open {
background-color: #222;
background: url(img/pmm3-down-medium.gif) , linear-gradient(180deg, #000 30%, #222);
color: #DDD;
}
.p7PM3-04 ul ul li a.trig_open {
background: url(img/pmm3-down-medium.gif) , linear-gradient(90deg, #333 70%, #000);
}
.p7PM3-04 ul li a.pm3-link:hover {
border-bottom: 6px solid #04BAF1;
}
.p7PM3-04 ul ul li a {
border: none;
border-bottom: 1px solid rgba(0,0,0,.3) !important;
color: #AAA;
font-size: .9em;
}
.p7PM3-04 ul ul li a.pm3-link:hover {
background: none, linear-gradient(90deg, #333 70%, #000);
color: #DDD;
}
.p7PM3-04 ul ul {
background-color: #111;
background: linear-gradient(180deg, rgba(34,34,34,1), rgba(0,0,0,1));
display: block;
text-align: left;
width: 200px;
}
.p7PM3-04 ul ul div {
z-index: 10;
}
.p7PM3-04.auto-subs ul ul {
width: auto;
}
.p7PM3-04.auto-subs ul ul li a {
white-space: nowrap;
}
.p7PM3-04 ul ul li {
position: relative;
float: none;
margin: 0px;
padding: 0px;
}
.p7PM3-04 ul ul li:last-child a {
border-bottom: none;
}

/*CURRENT MARK */
.p7PM3-04 ul li a.current_mark {
border-bottom: 6px solid #04BAF1;
}
.p7PM3-04 ul ul li a.current_mark {
color: #FFF;
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-04.p7PM3noscript {
	position: relative;
}
.p7PM3-04.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-04.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-04.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-04.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-04.p7PM3noscript li:hover ul ul, .p7PM3-04.p7PM3noscript li:hover ul ul ul, .p7PM3-04.p7PM3noscript li:hover ul ul ul ul, .p7PM3-04.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-04.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-04.p7PM3noscript li li:hover ul, .p7PM3-04.p7PM3noscript li li li:hover ul, .p7PM3-04.p7PM3noscript li li li li:hover ul, .p7PM3-04.p7PM3noscript li li li li li:hover ul, .p7PM3-04.p7PM3noscript li li li li li li:hover ul {
	display: block;
}



 @media only screen and (min-width: 0px) and (max-width: 700px) {
.p7PM3-04.responsive:after {
	display: none;
}
.p7PM3-04.responsive .pmm3-toolbar {
	display: block;
	background-color: #575656;
	padding: 10px;
	text-align: right;
	cursor: pointer;
}
.p7PM3-04.responsive .pmm3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.p7PM3-04.responsive .pmm3-toolbar a:hover {
	color: #77A3BF;
}
.p7PM3-04.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-04.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-04.responsive {
	text-align: left !important;
	padding: 0px !important;
	box-shadow: none !important;
}
.p7PM3-04.responsive ul {
	display: block;
	padding: 0px;
}
.p7PM3-04.responsive ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}

.p7PM3-04 ul li a {
border-bottom: 1px solid #04BAF1;
}
.p7PM3-04 ul li a.pm3-link:hover {
background-color: #04BAF1;
}
.p7PM3-04 ul li a.current_mark {
background-color: #04BAF1;
border-bottom: 1px solid #04BAF1;
}

.p7PM3-04.responsive ul ul {
	position: static !important;
	width: auto;
	padding: 0px;
}
.p7PM3-04.responsive a:hover, 
.p7PM3-04.responsive a.pm3-link:hover {
	background-color: #575656;
	color: #DDD;
}
.p7PM3-04.responsive ul ul li {
	padding: 0px;
}
.p7PM3-04.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-04.responsive ul ul a,
.p7PM3-04.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-04.responsive ul ul ul a,
.p7PM3-04.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 * {
	border-radius: 0px !important;
}
.p7PM3.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-04_crumbs {
	display: none;
}
.p7PM3-04_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-04 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}


@media only screen and (min-width: 700px) and (max-width: 940px) {
.p7PM3-04 {
font-size: 14px;
}
.p7PM3-04.menu-right {
text-align: center;
}
.p7PM3-04 ul li {width: 23%; margin: 5px 1%;}
.p7PM3-04 ul li a {border: 1px solid #575656 !important;}
.p7PM3-04 ul ul li {width: auto;}
}