/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:10 - Plum Royale
  -----------------------------------
*/
/* p7PMnav - the top-level menu "box" */
#p7PMnav, #p7PMnav ul {
	border-top: 1px solid #000000; /* black */
	margin: 0;
	padding:0;
}
/* p7PMnav li - The top level list items. These should not be edited unless you are an advanced CSS author. */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000000; /* black */
	border-left: 1px solid #000000; /* black */
	background-color: #FFFFFF; /* white */
}
/* p7PMnav ul - The sub-menu drop-down and/or flyout "boxes". */
#p7PMnav ul {
	z-index: 10000;
}
/* p7PMnav a - The menu links. */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 12px 4px 10px;
	color: #000000;  /* black */
	border-top: 1px solid #B9B9B9;  /* light gray/tan */
	border-right: 1px solid #B9B9B9;  /* dk gray */
	border-bottom: 0;
	border-left: 1px solid #B9B9B9; /* light gray/tan */
	line-height:1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active, #p7PMnav .p7PMtrg:hover {
	color: #FFFFFF; /* white rollover text color */
	background-color: #B9B9B9; /* med lt gray */
	letter-spacing: 0.01px;
	border-top: 1px solid #000000; /* black */
	border-right: 1px solid #000000;  /* black */
	border-left: 1px solid #000000;  /* black */
	/* background-image: url(img/p7PM_plumover.jpg); */
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: bold;
	color: #000000; /* med lt gray */
}
/* ------ the trigger link styles ------- */


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

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 160px;
	font-weight: bold;
	color: #000000;
	filter: alpha(opacity=70); /* for IE */
  -moz-opacity: .70;
  opacity: .70;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 160px;
	color: #000000; /* black */
	font-weight: bold;
      filter: alpha(opacity=70); /* for IE */
  -moz-opacity: .70;
  opacity: .70; 
}
#pmmcrumb {
	font-weight: bold;
	color: #000000; /* black */
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #000000; /* black */
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000000; /* black */
}