#p7PMnav {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#p7PMnav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#p7PMnav ul li {
	border: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-color: #414141;
}
#p7PMnav ul ul {

}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 2px;
	font-weight: bold;
	background-color: #900;
	border: 1px solid #333;
}
#p7PMnav ul a {
	background-color: #414141;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FAF9E5;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #FC0;
	letter-spacing: 0.01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #F90;
}
#p7PMnav ul .p7PMmark {
	font-weight: bold;
	color: #F60;
	background-color: #333;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right;
	color: #FFF;
}
#p7PMnav .p7PMon {
	color: #F90;
}
#p7PMnav ul .p7PMon {
	color: #F90;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 142px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 16px;
	margin: 0px;
	padding: 2px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
	margin: 0;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0;
	color: #F00;
}
#pmmcrumb a {
	font-weight: normal;
	color: #FC0;
}

