#p7PMnav {
	margin:0;
	padding:0;
	font-size: 11px;
}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: none;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav ul a {
	/*background-color: #DAE0E9; background of drop doen menu */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	padding: 5px 10px;
	color: #DAE0E9;
	line-height:1;
	text-decoration:none;
}
#p7PMnav a:hover,  #p7PMnav a:focus {
	background-color: #FFFF99;
	color: #000000;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ffffff;
}
#p7PMnav ul .p7PMmark {
	background-color: #6F8169;

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

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #62C454;
	color: #FFFFFF;
}

/*the submenu classes */

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


#p7PMli a {  /* colour of submenu links */
	color: #000000;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 90px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 100px;
	text-align: left;
}
A.subbgd, A:visited.subbgd, A:link.subbgd, A:active.subbgd,  A:hover.subbgd  {
	background-color: #D9ECEC;
}
A:hover.subbgd  {
	background-color: #DAE0E9;
}

A.arrowbgd, A:hover.arrowbgd, A:visited.arrowbgd, A:link.arrowbgd, A:active.arrowbgd{
	background-image: url(../generalimages/rtarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.navbgd {background-color: #DAE0E9;}
#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;

}
.centre {
	text-align: center;
}
