/* 
  -----------------------------------
  PMM3 - 01 Basic - edited for CRT v3 for vertical side menus
  link styling, incl. hovers, controlled in the main stylesheet
  via the sbmenu series
  -----------------------------------
*/
.p7PM3-01 {
	text-align: center;
	font-size: 1em;
	line-height: 1.3em;
	zoom: 1;
	z-index: 9 !important;
}
.pmm3-toolbar {
	display: none;
}
.p7PM3-01 a img {
	border: none;
	vertical-align: bottom;
}
.p7PM3-01:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}
.p7PM3-01 ul {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.p7PM3-01 ul li {
	list-style-type: none;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.p7PM3-01 ul li:first-child {
	border-top: 1px dotted #ccc;
}
.p7PM3-01 ul ul li:first-child {
	border-top: 0;
}
.p7PM3-01 ul li a {
	padding: 16px 14px 16px 22px;
	background-position: left center;
	background-repeat: no-repeat;
}
.aboutedu .p7PM3-01 ul li a, 
.hydromods .p7PM3-01 ul li a, 
.hydroacc .p7PM3-01 ul li a,
.hydrosysmodels .p7PM3-01 ul li a {
	padding: 8px 14px 8px 22px;
}
.aboutedu .p7PM3-01 ul li a,
.hydromods .p7PM3-01 ul li a {
	border-left: 4px dotted;
	border-left-color: transparent;	
}


.p7PM3-01 ul li a.pm3-link:hover {
}

.p7PM3-01 a.trig_closed {
	background-image: url(img/pmm3-right-light.gif);
}
.p7PM3-01 ul ul a.trig_closed {
	background-image: url(img/pmm3-down-light.gif);
}
/*.p7PM3-01 a.trig_open {
	background-image: url(img/pmm3-down-light.gif);
}*/
.p7PM3-01 ul ul li a {
	border: none;
	border-left: 4px dotted;
	border-left-color: transparent;
}

.p7PM3-01 ul ul li:last-child a {
	border-bottom: none;
}
.p7PM3-01 ul ul li a.pm3-link:hover, .p7PM3-01 ul ul li a.trig_open {
}

/*Turn off BG Image for links that are not triggers*/
.p7PM3-01 ul li a.pm3-link, .p7PM3-01 ul li a.pm3-link:hover {
	background-image: none;
}

.p7PM3-01 ul ul {
	display: block;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	box-shadow: 10px 10px 30px rgba(0,0,0,.3);	
	width: 200px;
	width: auto;
	white-space: nowrap;
}
.p7PM3-01 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-01 ul ul li a {
	padding: 8px 12px;
	font-size: .9em;
}
.p7PM3-01 ul ul li:first-child a {
	border-radius: 0 10px 0 0;
}
.p7PM3-01 ul ul li:last-child a {
	border-radius: 0 0 10px 0;
}

/*DISPLAY AS TITLE ONLY*/
.p7PM3-01 .pmm3-title-bar {
	padding: 6px 0px;
}
.p7PM3-01 .pmm3-title-bar a {
	display: inline;
	border-right: 1px dotted #ccc;
}


/*CURRENT MARK */
.p7PM3-01 ul li a.current_mark {
}
.aboutedu .p7PM3-01 ul li a.current_mark,
.hydromods .p7PM3-01 ul li a.current_mark {
	border-left-color: #345878 !important;
	color: #666 !important;
	text-shadow: 0 0 1px rgba(199,199,199,.5);
	background-color: #ccc !important;	
}
.p7PM3-01 ul ul li a.current_mark {
	color: #666;
	border-left-color: #345878 !important;
	color: #666 !important;
	text-shadow: 0 0 1px rgba(199,199,199,.5);
	background-color: #ccc !important;	
}
.p7PM3-01.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-01.p7PM3noscript {
	position: relative;
}

.p7PM3-01.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-01.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-01.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-01.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-01.p7PM3noscript li:hover ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-01.p7PM3noscript li li:hover ul, .p7PM3-01.p7PM3noscript li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li li:hover ul {
	display: block;
}


 @media only screen and (min-width: 0px) and (max-width: 729px) {
.p7PM3-01:after {
	display: none;
}
.p7PM3-01 .pmm3-toolbar {
	display: block;
	background-color: #555;
	cursor: pointer;
}
.p7PM3-01 .pmm3-toolbar a {
	font-size: 1.8em;
	font-weight: 800;
	color: #999;
	padding: 5px 10px;
	text-decoration: none;
	text-align: right;
}

.p7PM3-01 .toggle-text a:before {
	font-size: .5em;
	font-style: italic;
	color: #000;
}
.p7PM3-01 .pmm3-toolbar a:hover, .p7PM3-01 .toggle-text a:hover {
	color: #FFF;
}
.p7PM3-01 .toggle-text.closed a:before {
	content: "\00A0 Show Menu \00A0 \0020";
	font-size: .5em;
	color: #dcdcdc;
}
.hydrosys .p7PM3-01 .toggle-text.closed a:before {
	content: "Show Application Categories Menu \0020";
	font-size: .5em;
}.hydrosysmodels .p7PM3-01 .toggle-text.closed a:before {
	content: "Show Hydrophone Systems \0020";
	font-size: .5em;
}
.hydromods .p7PM3-01 .toggle-text.closed a:before {
	content: "Show Hydrophone Models \0020";
	font-size: .5em;
}
.aboutedu .p7PM3-01 .toggle-text.closed a:before {
	content: "Show About, Education \0020";
	font-size: .5em;
}
.p7PM3-01 .toggle-text.opened a:before {
	content: "\00A0 Hide Menu \00A0 \0020";
	font-size: .5em;
}

.p7PM3-01 {
	text-align: left !important;
	padding: 0px !important;
}
.p7PM3-01 ul {
	margin-top: 0px;
}
.p7PM3-01 ul {
	display: block;
}
.p7PM3-01 ul li {
	float: none;
	margin-right: 0px;
}
.p7PM3-01 a.trig_closed:hover {
	background-color: #075490;
	color: #DDD;
}
.p7PM3-01 ul ul {
	position: static !important;
	width: auto;
}
.p7PM3-01 .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-01 ul ul a,
.p7PM3-01 ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-01 ul ul ul a,
.p7PM3-01 ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3-01 ul.closed {
	display: none;
}
.p7PM3-01 ul.opened {
	display: block;
}

/* for jump list */
.p7PM3.select .pmm3-select-wrapper {
	display: block;
	padding: 10px;
}
.p7PM3.select select {
	width: 100%;
	font-size: 1em;
	padding: 4px;
}
.p7PM3.select .pmm3-toolbar {
	display: none;
}
.p7PM3.select ul {
	display: none;
}

/*Workaround for very old Android devices*/
.p7PM3-01 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}
