/*The Top-level Menu "box".*/
#p7PMnav {
	margin: 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
/* li The top level list items. These should not be edited unless you are an advanced CSS author.*/
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid 003399;
}
/*ul The sub-menu drop-down and/or flyout "boxes"*/
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}
/*The menu links*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 8px 0px 6px 15px;
	color: #FFFFFF;
	line-height:1;
	border-bottom: 1px solid #003399;
}
/*The menu link hover (mouseover), active (mousedown - when your mouse button is depressed over a link), and focus (when a link has been reached via the tab key or otherwise has focus) states*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #003399;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(../images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	color: #FFFFFF;
}
#p7PMtrg a:hover {
	color: #FFFFFF;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
}

/*the submenu classes */
/*This system rule should NEVER be edited*/
#p7PMnav .p7PMhide {
	left: -9000px;
}
/*This system rule should NEVER be edited*/
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	background-image: url(../images/bg_left_b.jpg);
	background-repeat: no-repeat;
	background-position: 0px -275px;
	border: 1px solid #003399;
}
/* Top level menu width */
#p7PMnav {
	width: 160px;
	font-size: 15px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 160px;
}
/*Start CSS for navigation graphic icons*/
.p7PMicon_lambda {
	background-image:  url(../images/lambdaIcon.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
.p7PMicon_ivris {
	background-image:  url(../images/ivrisIcon.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
.p7PMicon_pride {
	background-image:  url(../images/prideIcon.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
.p7PMicon_pcgs {
	background-image:  url(../images/pcgsIcon.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
.p7PMicon_bio {
	background-image:  url(../images/bioIcon.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
