#p7PMnav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
#p7PMnav li {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #153986;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	z-index: 10000;
}
#p7PMnav ul li {
	border-bottom: 1px solid #999;
}

#p7PMnav a {
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #153986;
	color: #fff;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #CCCCFF;
	font-weight: normal;
	background-color: #153986;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:   url("../Images/arrow_east.gif");
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #CCCCFF;
	font-weight: normal;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 150px;
	text-align: left;
}
#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 190px;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}


/* Link style over-rides */
#p7PMnav ul li a {
	margin: 0;
	padding: 6px 8px;
	color: #FFFFFF;
	background-color: #153986;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}
#p7PMnav ul li a.p7PMmark {
	color: #FFFF66;
	background-color: #003689;
	background-image: url(../Images/footerBarBkgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	background-color: #003689;
	background-image: url(../Images/footerBarBkgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFCC00;
}

