/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav2 {
	margin: 0;
	padding:0;
	border: 0px solid #000000;
}
#p7PMnav2 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav2 ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	z-index: 10000;
	background-color:#ffffff;
		font-size: 16px;
}
#p7PMnav2 a {
	display: block;
	text-decoration: none;
	/*background-color: #FFFFFF;*/
	padding: 4px 10px;
	color: #4b5752;
	line-height:1;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-weight: bold;
}
#p7PMnav2 a:hover, #p7PMnav2 a:active, #p7PMnav2 a:focus {
	/*background-color: #083121;*/
	/*color: #adb5ad;*/
	/*color: #8b938b;*/
	color: #4b7652;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav2 .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav2 .p7PMtrg2, #p7PMnav2 .p7PMon2 {
	/*background-image:  url(img/p7PM_dark_east.gif);*/
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav2 .p7PMon2 {
	/*background-color: #083121;*/
	color: #4b7652;
}

/*the submenu classes */

#p7PMnav2 .p7PMhide2 {
	left: -9000px;
	border: 0;
}
#p7PMnav2 .p7PMshow2 {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav2 {
	width: 170px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav2 ul {
	width: 175px;
}

#p7PMnav2 li ul li {
font-size: 12px;
}
#pmmcrumb2 {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb2 a, #pmmcrumb2 a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb2 a:hover, #pmmcrumb2 a:active, #pmmcrumb2 a:focus {
	font-weight: normal;
	color: #333333;
}
