#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;
	border-bottom: 1px solid #016D00;
	float: left;
}
#p7PMnav ul {
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #EE9431;
	padding: 4px 8px;
	color: #000000;
	border-top: 1px solid #016D00;
	border-bottom: 1px solid #016D00;
	border-right: 1px solid #333333;
	border-left: 1px solid #016D00;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #CC3300;
	border-top: 1px solid #D9D2BD;
	border-left: 1px solid #D9D2BD;
	color: #F2F7F1;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #A00201;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover {
	background-image:  url(../p7pm/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover {
	background-image:  url(../p7pm/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #999999;
	border-top: 1px solid #DED9C7;
	border-left: 1px solid #DED9C7;
	color: #FCFEDA;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 125px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 125px;
}
#p7PMnav ul{position:absolute;left:-9000px;} 