#p7PMnav {
	margin: 0;
	padding:0px;
	background-color: #173B5D;
	font-family:Tahoma, Verdana;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	z-index:200;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul li {
	border-right: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 2px;
	background-color: #173B5D;
	border-top: 1px solid #EEEFEA;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #EEEFEA;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 8px 4px;
	border-top: 3px solid #173B5D;
	border-right: 0px solid #173B5D;
	border-bottom: 3px solid #173B5D;
	border-left: 0px solid #173B5D;
	color: #FFFFFF;
	color:#FFFFFF;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #173B5D;
	border-top: 3px solid #FFCC00;
	border-right: 0px solid #173B5D;
	border-bottom: 3px solid #FFCC00;
	border-left: 0px solid #173B5D;
	color: #FFCC00;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #173B5D;
	color: #FFFFFF;
}

/*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: 100px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 110px;
}
#pmmcrumb {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 16px;
	color: #FFFFFF;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #FFFFFF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #FFFFFF;
}


/* IE 6 and earlier fix - dropdown goes behind select boxes */
.globalNavIframe{display:none;}
#p7PMnav ul li iframe{display:block;visibility:visible;position:absolute;left:-2000px;top:-2000px;}

/* of course you'll have to put in the correct code for IE6 hover since it doesn't recognize li:hover
You can add the IE6 hack so it will be something like: li a:hover iframe
*/
#p7PMnav ul li:hover iframe{display:block;visibility:visible;z-index:-1;position:absolute;margin-top:30px;border:0px;}

/* the height and width will have to be fixed - there may be a way around this now, but I haven't checked */
#p7PMnav ul li:hover iframe{top:5px;left:0px;width:150px;height:170px;}
