/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p2PMnav {
	margin: 0;
	padding:0;
	font-size:13px;
}
#p2PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p2PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#p2PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 10px;
	color:#2d241b;
	line-height:1;
}

#p2PMnav ul li a {
	color: #fff;
		padding: 4px 0 4px 10px;

}


#p2PMnav a:hover, #p2PMnav a:active, #p2PMnav a:focus {
	color: #148F8F;
}

/* ------ the current page marker style ------ */
#p2PMnav .p2PMmark {
	color: #148F8F;
}

#p2PMnav ul li .p2PMmark {
	color: #fff;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p2PMnav .p2PMtrg:hover, #p2PMnav .p2PMon {
	background-image:  url(../images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p2PMnav .p2PMon {
	color: #148F8F;
}

/*the submenu classes */

#p2PMnav .p2PMhide {
	left: -9000px;
	border: 0;
}
#p2PMnav .p2PMshow {
	left: auto;
	z-index: 50000 !important;
}
/* Top level menu width */
#p2PMnav {
	width: 207px;
}
/* 2nd and subsequent Submenu widths */
#p2PMnav ul {
	width: 250px;
	background:#46B6BD;
}

#p2PMnav ul li a:hover {
color:#333;
} 

#ppmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#ppmcrumb a, #ppmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#ppmcrumb a:hover, #ppmcrumb a:active, #ppmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}





