#p7PMnav {
	margin: 0;
	padding: 0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 1px;
	background-color: #FFF;
	list-style:none;
	position: absolute;
	left: -9000px;
	z-index: 1000000000;
	
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 20px 6px 20px;
	color: #041C3C;
	line-height:1;
	font-weight: normal;
	border-right:1px solid #D1D7D7;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-image: url(../images/nav_over.gif);
	background-repeat:repeat-x;
	color:#041C3C;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #041C3C;
	background-image: url(../images/nav_current.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
color: #041C3C;

}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-image: url(../images/nav_over.gif);
	background-repeat:repeat-x;
	color:#041C3C;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
/* 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;
float:left;
}

#p7PMnav li li a:link, #p7PMnav li li a:visited, #p7PMnav li li a:active {
background-image:url(../images/white.gif);
}

#p7PMnav li li a:hover, #p7PMnav li li a:active, #p7PMnav li li a:focus {
	background-image: none;
	background-color:#E5EDEF;
	}

/* Submenu width */

#p7PMnav ul {
	float: none;
	background-color:#FFF;
	border:1px solid #CACACA;
	z-index: 1000000000;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.95;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
}

#p7PMnav ul li a {
	border-left:none;
	border-right:none;
}

#p7PMnav ul li a:hover {
	background-image:none;
	background-repeat:repeat-x;
	color:#041C3C;
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #75822C;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #75822C;
}
