/*--------------------headnav--------------------------------*/
#p7PMnav {
	background-color: #FFFFFF;
}
#p7PMnav li {
	list-style:none;
	float:left;
	border-right:0;
	width:76px;
}
.pull {background: url(./images/dark_list.gif) no-repeat right center;}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #979797;
	position: absolute;
	left: -9000px;
	font-size:12px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	padding: 10px 6px 8px 12px;
	color:#000;
	line-height:1;
	margin:2px 0 0 0;
	text-decoration: none;
	border-right:1px solid #ccc
}
#p7PMnav ul a {
	color: #333333;
	padding:8px 8px 5px 8px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background:url(../images/nav_n_bg.gif);
	color: #000;
	border-right:1px solid #ccc
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight:bold;
	background:url(../images/nav_n_bg.gif);
} 

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../images/dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
    background:url(../images/nav_n_bg.gif);
	color: #000;
	font-weight:bold
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 14.5em;
}
#pmmcrumb {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 16px;
	color: #8B9478;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #6D755E;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
