/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
    margin:0;
	padding:0;
	border:0;
}
#p7PMnav ul {
	z-index: 10000000000000;
}
#p7PMnav li {
	list-style-type: none;
	padding:4px 0;
	margin:0;
	border:0;	
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	margin:0;
	padding:0;
	border:0;
	color:#030;
	font-weight: bold;
	text-decoration:none;
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #060;
	margin:0;
	text-decoration:underline;
}

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

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #060;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 157px;
	margin:0;
	padding:0;
	line-height:13px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	text-wrap:none;
	background: #F2E7C0;
	border:1px solid #030;
	padding:0 10px 0 12px;
	width: 180px;
}

#p7PMnav ul li a {
color: #49190D;
}

#p7PMnav ul li a:hover {
color: #974C12;
}

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