/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
	border: none;
}
#p7PMnav li {
	list-style-type: none;
	list-style-image:none;
	margin: 3px 0;
	padding: 2px 0;
	background:url(../images/dividerline.png) no-repeat bottom;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 2px 4px 2px 6px;
	margin-bottom:5px;
	color: #008689;
	line-height:1;
	font-size:11px;
	font-weight:bold;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
  color:red;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #545454;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background: #fff;
	color:#106a51;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 190px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 185px;
	padding:0;
	margin-left:185px !important;
	background:#fff;
	margin-top:-25px !important;
}
#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;
}
