/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
	/*border-top: 1px solid #EEEFEA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EEEFEA;*/
	font-size:11px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	/*background-color: #FFFFFF;*/
	padding: 7px 8px;
	color: #FCFCDC;
	/*line-height:1;*/
	border:1px solid #8F97A1; /*new*/
	margin-bottom:5px; /*new*/
	text-transform:uppercase; /*new*/
	font-weight:bold; /*new*/
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/*background-color: #99A189;*/
	color: #A6C37B;
	/*letter-spacing: .01px;*/
	border:1px solid #A6C37B; /*new*/
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #A6C37B;
	border:1px solid #A6C37B; /*new*/
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(../images/structure/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #A6C37B;
	border:1px solid #A6C37B; /*new*/
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 180px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 160px;
	background-color: #FCFAE0; /*new*/
	border:1px solid #A6C37B;/* new*/
	filter:alpha(opacity=95);   /* Internet Explorer       */
   	-moz-opacity:0.95;           /* Mozilla 1.6 and below   */
   	opacity: 0.95;               /* newer Mozilla and CSS-3 */
	border:1px solid #A6C37B;/* new*/
}
/*next three new*/
#p7PMnav ul li a {
	border:none;
	text-transform:none;
	margin-bottom:0px;
	color:#303054;
	font-weight:bold;
	font-size:11px;
	padding: 5px 8px;

}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	border:none;
	color:#6C7F50;
}
#p7PMnav ul li .p7PMmark {
	color: #A6C37B;
	border:none
}