#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 1px;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	z-index: 10000;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	text-decoration: none;
	background-color: #224099;
	padding: 4px 5px 4px 8px;
	color: #FFF;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	line-height:1;
	text-align: center;
	width: 129px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	letter-spacing: 0.01px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #33CCCC;
}
/* each list item has a unique ID for background and font colour*/
#p7PMnav li#home a:hover, #p7PMnav li#home a:active, #p7PMnav li#home a:focus {
		background:  #0066CC;
		border-top: 1px solid #0066CC;
	    border-right: 1px solid #0066CC;
}
#p7PMnav li#news a:hover, #p7PMnav li#news a:active, #p7PMnav li#news a:focus {
	background:  #FFCC00;	
	border-top: 1px solid #FFCC00;	
	border-right: 1px solid #FFCC00;	
}
#p7PMnav li#opportunities a:hover, #p7PMnav li#opportunities a:active, #p7PMnav li#opportunities a:focus {
	background:  #33CCCC;
	border-top: 1px solid #33CCCC;	
	border-right: 1px solid #33CCCC;
}
#p7PMnav li#team a:hover, #p7PMnav li#team a:active, #p7PMnav li#team a:focus {
	background:  #CC3333;
	border-top: 1px solid #CC3333;
	border-right: 1px solid #CC3333;
}
#p7PMnav li#profile a:hover, #p7PMnav li#profile a:active, #p7PMnav li#profile a:focus  {
	background:  #FF9900;	
	border-top: 1px solid #FF9900;	
	border-right: 1px solid #FF9900;	
}
#p7PMnav li#profile a{
}
#p7PMnav li#contact a:hover, #p7PMnav li#contact a:active, #p7PMnav li#contact a:focus {
	background:  #6633FF;
	border-top: 1px solid #6633FF;
	border-right: 1px solid #BFAAFF;	
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:   url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
	background-image:   url("img/p7PM_light_east.gif");
	background-repeat:	no-repeat;
	background-position: right center;
}
/*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: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 110px;
	border-right: 1px solid #33CCCC;
}
#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;
}
#topnav {
	width: 720px;
	position: absolute;
	top: 115px;
	left: 10px;
	margin-top: 25px;
	background-color: #EDEDED;
	vertical-align: middle;
	text-align: right;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

