/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #8f23b3;
	border: 1px solid #333333;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav li.top ul a {   /* needs li.top ul because of li.top rules below */
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	/* border-top: 1px solid #204060; */
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	/* border-left: 1px solid #204060; */
	color: #f0f0f0;
	line-height:1em;
}
#p7PMnav li.top a:hover, #p7PMnav li.top a:active, #p7PMnav li.top a:focus {
	background-color: #eeeeee;
	color: #8f23b3;
	font-weight:bold;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #aaaaaa;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:    url("img/p7PM_light_east.gif");
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #8f23b3;
	color: #ffffff;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	visibility:hidden;
	display:none;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	visibility:visible;
	display:block;
}
/* Top level menu width and borders */
#p7PMnav li.top {
	float: left;
	width: 145px;
	border:0px;
}
#p7PMnav li.top a {   /* removes borders from top level - bkgd image */
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	border:0px;
	color: #f0f0f0;
	line-height:1em;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 145px;
}


/* ------ crumbs (not used) ------- */

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #8f23b3;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

