/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development & simon fraser
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	width: 100%;
	float: right;
	background-color: transparent;
	font-size: 0.9em;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-image: url(http://www.dwf.org/img/pmcarbon_subs.jpg);
	background-repeat: repeat-x;
	background-color:#263134;
}
#p7PMnav ul ul {
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
#p7PMnav a {
	padding: 6px 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	border-left: 1px solid #000000;
	height: auto !important;
}
#p7PMnav ul a {
	padding: 4px 12px;
	background-image: none;
	border: 0;
	zoom: 1;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #454545;
	color: #b5d5a5;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #000000;
	color: #b5d5a5;
	
	background-image: none;
}
/* ------(was) letter-spacing: 0.01px; ------ */
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #24eb99;
	background-image:  url(http://www.dwf.org/img/navMarker.gif);
	background-repeat:	repeat-x;
	background-position: right center;
	
}
/* ------(was) letter-spacing: 0.15em !important; ------ */
/* ------ the trigger link styles ------- */

/*the trigger link */
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #454545;
	color: #CCCCCC;
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(http://www.dwf.org/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav ul .p7PMon {
	background-color: #010101;
	color: #CCCCCC;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 148px;
}
/* hide from IE mac \*/
#p7PMnav li {width: auto;}
/* end hiding from IE5 mac */

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 170px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}