/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:12 - Golden Sands
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
	background-color: #966;/*purple #857587;red #c30*/
}
#p7PMnav ul {
	border-top: 1px solid #eeeeee;
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#p7PMnav ul li {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 12px 4px 10px;
	color: #c7b9a6;/*orange #ffb953*/
	border-top: 1px solid #c18e8e;
	border-right: 1px solid #612e2e;
	border-bottom: 0;
	border-left: 4px solid #c18e8e;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	color: #fff;
	background-color: #9aab45;/*red #c30;green #9aab45*/
	letter-spacing: 0.01px;
	border-top: 1px solid #a9cb43;/*red #f45b28;green #a9cb43*/
	border-right: 1px solid #597b00;/*red #ac1300;green #597b00*/
	border-left: 4px solid #a9cb43;/*red #f45b28;green #a9cb43*/
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-color: #857587;/*pink #966;*/
	border-top: 1px solid #ad9daf;/*red #f45b28;pink #c18e8e*/
	border-right: 1px solid #5d4d5f;/*red #ac1300;pink #612e2e*/
	border-left: 4px solid #ad9daf;/*red #f45b28;pink #c18e8e*/
	color: #eee;
}
#p7PMnav .p7PMmark:hover {
	color: #fff;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover, #p7PMnav .p7PMtrg:active {
	background-image:  url(../images/p7/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav .p7PMtrg:hover {
	background-position: right center;
	background-image:  url(../images/p7/p7PM_goldbgover.jpg);
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 180px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}
