
.p7DMM01 {
position: relative;
font-family: "Arial", Helvetica, sans-serif;
}
.p7DMM01:after {
content: "\0020";
clear: both;
font-size: 0px;
line-height: 0;
display: inline;
height: 0px;
}
.p7DMM01.p7dmm-centered {
text-align: center;
}
.p7DMM01.p7dmm-right {
text-align: right;
}
.p7DMM01 ul {
margin: 0px;
padding: 0px;
display: inline-block;
vertical-align: bottom;
}
.p7DMM01 ul li {
list-style-type: none;
float: left;
padding: 10px 0px;
margin-right: 8px;
}
.p7DMM01 ul li:last-child {
margin-right: 0px;
}
.p7DMM01 ul a {
color: #FFF;
font-size: 1.2em;
padding: 10px 12px;
text-decoration: none;
display: block;
-webkit-transition: all linear .35s .1s;
transition: all linear .35s .1s;
-webkit-transition-property: background-color, box-shadow, border-color;
transition-property: background-color, box-shadow, border-color;
font-family: "Arial", Helvetica, sans-serif;
}
.p7DMM01 ul a:hover,
.p7DMM01 ul a:focus,
.p7DMM01 ul a.open {
outline: none;
color: #FC60BD;
}

.p7DMM01 ul a.current_mark.closed {
color: #FC60BD;
}

/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7DMM-toolbar {
	display: none;
}

/*By default the current-marked root link is in the open state. 
This rule can be used if you would like to further differentiate the current-marked root link.*/
.p7DMM01 ul a.current_mark.closed,
.p7DMM01 ul a.current_mark:hover {
}


/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7DMM01.responsive {
background: #9BAFC8;	
padding: 0px;
margin: 0px;
}
.p7DMM01.responsive ul a.trig {
	background-image: url(img/p7dmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7DMM01.responsive ul a.open.trig {
	background-image: url(img/p7dmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7DMM01.responsive ul li {
	margin: 0px;
	padding: 0px;
}
.p7DMM01.responsive ul,
.p7DMM01.responsive ul ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
.p7DMM01.responsive ul li,
.p7DMM01.responsive ul ul li {
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.p7DMM01.responsive ul li a,
.p7DMM01.dmm-vertical ul li a {
	border: none;
	border-radius: 0px;
	padding: 8px 18px;
	border-bottom: 1px solid rgba(255,255,255,.15) !important;
}
.p7DMM01.responsive ul li:last-child a {
	border-bottom: none;
}
.p7DMM01.responsive .p7dmm-sub-wrapper {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7DMM01.responsive .p7DMM-toolbar,
.p7DMM01.dmm-vertical .p7DMM-toolbar {
	position: relative;
	z-index: 999999;
	display: block;
	background-color: #222;
	text-align: right;
	padding: 6px;
	cursor: pointer;
}
.p7DMM01.dmm-vertical .p7DMM-toolbar {
	background-color: #222222 !important;
	border-radius: 5px 5px 0px 0px;
}
.p7DMM01.responsive .p7DMM-toolbar.closed a:before {
	content: "Show Menu";
}
.p7DMM01.responsive .p7DMM-toolbar.opened a:before {
	content: "Hide Menu";
}
.p7DMM.responsive ul.closed {
	display: none;
}
.p7DMM.responsive ul.opened {
	display: block;
}

.p7DMM01.responsive .p7DMM-toolbar img,
.p7DMM01.dmm-vertical .p7DMM-toolbar img {
	border: none;
	padding-left: 16px;
}
.p7DMM01.responsive .p7DMM-toolbar a,
.p7DMM01.dmm-vertical .p7DMM-toolbar a {
	color: #999;
	text-transform: uppercase;
	font-size: .8em;
	background-color: transparent !important;
	border: none !important;
	text-decoration: underline;
}
.p7DMM01.responsive .p7DMM-toolbar.closed a,
.p7DMM01.dmm-vertical .p7DMM-toolbar.closed a {
	color: #EEE;
}
.p7DMM01.responsive .p7DMM-toolbar img,
.p7DMM01.dmm-vertical .p7DMM-toolbar img {
	opacity: .5;
}
.p7DMM01.responsive .p7DMM-toolbar:hover img,
.p7DMM01.dmm-vertical .p7DMM-toolbar:hover img {
	opacity: .85;
}
.p7DMM01.responsive .p7DMM-toolbar:hover a,
.p7DMM01.dmm-vertical .p7DMM-toolbar:hover a {
	color: #EEE;
}
.p7DMM01.responsive .p7DMM-toolbar.closed img,
.p7DMM01.dmm-vertical .p7DMM-toolbar.closed img {
	opacity: 1;
}
.p7DMM01.responsive .p7DMM-toolbar.closed:hover,
.p7DMM01.dmm-vertical .p7DMM-toolbar.closed:hover {
	background-color: #466275;
}
.p7DMM01.dmm-vertical * {
	border-radius: 0px !important;
}
.p7DMM01.dmm01-pop .p7dmm-sub-wrapper {
	padding-bottom: 0px;
	padding-right: 0px;
	width: 100%;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}

/*Exception rules for Smartphones in Landscape orientation only*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
.p7DMM01.responsive ul a {
	font-size: 1.35em;
	padding: .35em .75em;
}
.p7DMM01.responsive ul ul a {
	font-size: 1em;
	padding: .3em 1em;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
