



/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:10 - Plum Royale
  -----------------------------------
*/
.p7PMnav, .p7PMnav ul {
	margin: 0;
	padding:0;
}
.p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding:0;
			background-color: #0C6C0B;
}



.p7PMnav  a {
	display: block;
	text-decoration: none;
	color: #eeeeee;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #00CC00;
	border-bottom: 1px solid #000000;
    font-size: 1em;
}

.p7PMnav a:hover, .p7PMnav a:active, .p7PMnav a:focus,
.p7PMnav .p7PMon, .p7PMnav .p7PMon:hover, 
.p7PMnav .p7PMon:active, .p7PMnav .p7PMtrg:hover {
	color: #FFFFFF;
	background-color: #B9B9B9;
	letter-spacing: 0.01px;
	background-image: url(img/p7PM_plumover.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #00CC00;
}
/* ------ the current page marker style ------ */
.p7PMnav .p7PMmark, .p7PMnav .p7PMmark:hover {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
.p7PMnav .p7PMtrg, .p7PMnav .p7PMtrg:active {
	background-image:  url(img/p7PM_light_eastXXXXX.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
.p7PMnav .p7PMtrg:hover {
	background-color: #B9B9B9;
}
/*the submenu classes */

.p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
.p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
.p7PMnav {
	width: 188px;
	display: block;
}

/* 2nd and subsequent Submenu widths */

.p7PMnav ul {
	z-index: 10000;
}

.p7PMnav ul li {
			background-color: #00FF00;
}

.p7PMnav ul {
	width: 200px;
	display: block;
		margin: 0px;
	padding: 4px;

}

.p7PMnav h5 {
			background-color: #00FF00;
	  font-size:		1.0em;
		margin: 0px;
	padding: 0px 0px 0px 10px;
		color: #002200;
			font-style: italic;



}


#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}


