#p7PMnav {
	margin: 0;
	padding: 0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 1px;
	list-style:none;
	position: absolute;
	left: -9000px;
	z-index: 1000000000;
}
#p7PMnav a {
	background: url(../images/nav_up.jpg) no-repeat;
	display: block;
	text-decoration: none;
	padding:0;
	color: #000;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background: #0F3474 url(../images/nav_activetrigger.jpg) no-repeat;
	color: #FFF;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #000;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	color: #000;
	background:none;
	display: block;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background: #0F3474 url(../images/nav_activetrigger.jpg) no-repeat;
	color:#FFF;

}
/*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;
	color:#FFF;
}

#p7PMnav li a {
padding: 8px 17px;
}

#p7PMnav ul li a:hover {
	background-image: none;
	background-color: #0F3474;
	color: #FFF;
}

/* Submenu width */

#p7PMnav ul {
	float: none;
	background:none;
	background-color:#FFF;
	border:1px solid #989FC0;
	z-index: 1000000000;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 220px;
}

#p7PMnav ul li a {
background:none;
padding: 8px;
}

#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus, #p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	background: #1E68AD url(../images/nav_menu.jpg) repeat-x;
	color: #FFF;
}
#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;
}
