#p7PMnav {
	margin:0;
	padding:0;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: 12px;

}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: none;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav ul a {
	background-color: #c9ddc0;/* background of drop down menu */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block; text-align: center;
	color: #eef4e9;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;	
	line-height: 14px;
}
#p7PMnav a:hover,  #p7PMnav a:focus {
	color: #c9ddc0;

	text-decoration:underline;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #eef4e9;
}
#p7PMnav ul .p7PMmark {
	background-color: #363431;

}
/* ------ the trigger link styles ------- */

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #363431;
	color: #eef4e9;
	text-decoration:underline;

}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

#p7PMli a {  
	color: #6e6ccf; /* colour of submenu text */
	text-decoration:none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;	
	line-height: 16px;text-align: left;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	font-size: 12px;	border-left-style: none;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 17px;
	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;
}
a.Sub, a:visited.Sub, a:hover.Sub, a:link.Sub, a:active.Sub {text-decoration:none;	background-color: #000000;}
.centre {
	text-align: center;
	
}
