#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;
	border-left: 0;
}
#p7PMnav ul {
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {	
	border-right: 1px solid #b5b9c3;
	border-bottom: 1px solid #b5b9c3;
	list-style-type: none;
	margin: 0 0 11px 0;
	padding: 0;	
}
#p7PMnav li li {
	border: 0px solid #b5b9c3;
	background-color: #eeeff1;
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
}
#p7PMnav li li li {
	background-color: #f3f4f6;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	background-image:url(images/back-button-out.gif);
	display: block;
	text-decoration: none;
	padding: 1px 0 1px 35px;
	color: #666;
	line-height:18px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-image:url(images/back-button-over.gif);
	color: #ccc;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-image:url(images/back-button-over.gif);
	color: #666;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {	
	color: #666;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-image:url(images/back-button-over.gif);
	color: #666;
	font-weight: bold;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#p7PMnav .p7PMshow a, #p7PMnav .p7PMshow a:hover, #p7PMnav .p7PMshow a:active, #p7PMnav .p7PMshow a:visited, #p7PMnav .p7PMshow a:focus {
	background-image:none;
	left: auto;
	z-index: 20000 !important;
	padding: 1px 0 1px 20px;
}
/* Top level menu width */
#p7PMnav {
	width: 150px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 160px;
	border: 1px solid #b5b9c3;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #0000FF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.NavTopic {border-bottom:1px solid #b5b9c3 !important;padding-bottom:3px;}
.NavTopic a {font-weight:bold;color:#666 !important;}
.NavTopic a:hover, .NavTopic a:active, .NavTopic a:focus {font-weight:bold;color:#ccc !important;}
