/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 24 - Bluestone
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0px;
	background: #92b876 url(img/green_gradient_root.jpg) repeat-x;
	width: 100%;
	float: left;
	border-top: 1px solid #93b877;
	border-right: 1px solid #92b876;
	border-bottom: 1px solid #92b876;
	border-left: 1px solid #A7CCE0;
	font-size:16px;
}
#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 #b6c795;/*777777*/
	border-bottom: 1px solid #b6c795;/*777777*/
	border-left: 0;
	border-top: 0;
	background-image: url(img/green_gradient_subs.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
#p7PMnav ul ul {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #b6c795;/*777777*/
	border-bottom: 1px solid #b6c795;/*777777*/
	border-left: 1px solid #FFFFFF;
}
#p7PMnav a {
	padding: 8px 12px;
	color: #153106; /*000000*/
	text-decoration: none;
	display: block;
	height: auto !important;
	background-image: url(img/green_gradient_rootlink.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#p7PMnav ul a {
	padding: 3px 12px;
	border-left: 1 solid #ccdfa8; /*387CA5*/
	background-image: none;
	zoom: 1;
}
#p7PMnav ul ul a {
	border-left: 0;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #b6c795;/*f4f6e1 ccdfa8   DDDDDD*/
	color: #153106; /*000000*/
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #b6c795;/*777777*/
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.01px;
	background-image: none;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #153106; /*000000*/
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #f4f6e1;/* DDDDDD */
	color: #153106; /*000000*/
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav ul .p7PMon {
	color: #fff;
	font-weight: bold;
	background-color: #b6c795;/*777777*/
}
/*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: 215px;
}
#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;
}
