#p7PMnav {
	margin: 0;
	padding:0;
	font-size: 10px;   /* text size for all menus */
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	text-decoration: none;
	background-color: #e1e6ec;  
	color: #26355d;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	line-height:1;
	text-align: left; /* text alignment all menus */
	padding-top: 8px;/* gap around text in links, increases height of main menu */
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus { /* colour and style of hover link text */
	background-color: transparent;
	color: #e5e9f4;
	background-image:  url(../NAVhorizontal/buttonbgd.jpg);  /*  hover menu - background */
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* repeated for mozilla bug */
#p7PMnav ul a:hover, #p7PMnav a:active, #p7PMnav a:focus { /* colour and style of hover link text */
	background-image:  url(../NAVhorizontal/buttonbgd.jpg);  /*  hover menu - background */
	background-repeat: no-repeat;
	background-position: left bottom;
}

#icare1 a {                /* styles to overide general styles used to make main menu unique */
	background-color: transparent;  /* remove white bgd on main menu */
	text-align: center;  /* change text alignment for main menu */
	border-top: 1px solid #d9dde9;
	border-right: 1px solid #d9dde9;
	border-bottom: 1px solid #d9dde9;
	border-left: 1px solid #d9dde9;
}


/* ------ the current page marker style ie. Page you ARE IN------ */
#p7PMnav .p7PMmark {
	color: #425073;
	background-color: #bac5db;
	text-decoration: underline;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:  url(../NAVhorizontal/arrowrightdark.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #5971AE;
	color: #FFFFFF;

}
#p7PMnav ul .p7PMon {
	background-image:  url(../NAVhorizontal/arrowrightlight.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;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 126px;
	height:23px; /* controls height of sub menus */
	text-align: left;
}
#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;
}
