#sub {
	margin: 0;
	padding:0;
}
#sub li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub ul {
	margin: 0;
	padding: 0;
	background-color: #999999;
	border: 0px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#sub a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height:1;
	font-weight: normal;
	border: 0px solid #ffffff;
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 6px;
}
#sub a:hover, #sub a:active, #sub a:focus {
	color: #abc0be;
	border: 0px solid #cccccc;
	font-weight: normal;
	line-height: 1;
	display: block;
	margin-left: 1px;
}

/* ------ the current page marker style ------ */
#sub .p7PMmark {
	color: #abc0be;
	font-weight: bold;
	border: 1px solid #cccccc;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#sub ul .p7PMtrg, #sub ul .p7PMon {
	background-image:  url(../Copy of p7pm/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#sub .p7PMon {
	background-color: #0066FF;
	color: #FFFFFF;
}
/*the submenu classes */

#sub .p7PMhide {
	left: -9000px;
}
#sub .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#sub li {
	float: left;
	width: auto;
}
#sub ul li {
	float: none;
}
#subs ul, #sub ul li {
	width: auto;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#sub li {width: auto;}
#sub .p7PMmarkBlue {
	color: #abc0be;
	font-weight: normal;
	border: 0px solid #cccccc;
}
