/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_786214 {
	margin: 0;
	padding:0;
}
#nav_786214 li {
	list-style-type: none;
	margin-bottom: -5px;
	padding: 0;
}
#nav_786214 ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#nav_786214 li a {
    background: url("../images/menu-bg.png") no-repeat scroll 0 0 transparent;
    color: #88AF37;
    display: block;
    font-size: 11px;
    padding: 19px 0 18px 21px;
    text-decoration: none;
    width: 172px;}
#nav_786214 a:hover, #nav_786214 a:active, #nav_786214 a:focus {
	color: #FFFFFF;
	letter-spacing: .01px;
}

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

/*the normal trigger link */
#nav_786214 .p7PMtrg, #nav_786214 .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#nav_786214 .p7PMon {
	background-color: #0066FF;
	color: #CCCCCC;
}

/*the submenu classes */

#nav_786214 .p7PMhide {
	left: -9000px;
	border: 0;
}
#nav_786214 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_786214 {
/*	width: 180px;*/
}
/* 2nd and subsequent Submenu widths */
#nav_786214 ul.p7PMshow {
	display:block;
	margin-top:-8px!important;
	margin-bottom:5px;}
#nav_786214 ul li{
	margin:0;
	padding:0;}
#nav_786214 ul li a {
    background: url("../images/show-bg.gif") repeat-x scroll center top transparent;
   padding:4px 0 4px 10px;
   margin-left:16px;
   width:143px;
   color:#FFFFFF;}
#nav_786214 ul {
/*	width: 180px;*/
	position:relative;
	display:none;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
