/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:11 -Espresso
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px 2px;
	color: #333333;
	line-height:1.0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 1px solid #2A2B33;
	border-bottom: 1px solid #2A2B33;
	border-left: 1px solid #F4EDD5;
	z-index: 10000;
}
/*Background Color of Second SubMenu */
#p7PMnav ul a {
	background-color: #d4edaa;
}
/* Top Level Mouseover */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #F1E8A7;
	color: #C63800;
	letter-spacing: 0.01px;
}
/* Mouseover Color on SubMenus */
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #F1E8A7;
	color: #C63800;
	letter-spacing: 0.01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {

}
#p7PMnav ul .p7PMmark {
	font-weight: bold;
	color: #333333;
	background-color: #EFE4BE;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */

#p7PMnav ul .p7PMtrg { 
	background-repeat:	no-repeat;
	background-position: right;
	color: #333333;
}
/*Level 1 color on flyout to 2nd */
#p7PMnav .p7PMon {
	background-color: #F1E8A7;
	color: #C63800;
}
/*Level 2 color on flyout to 3rd */
#p7PMnav ul .p7PMon {
	background-color: #F1E8A7;
	color: #C63800;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#p7PMnav {
	width: 173px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 173px;
	margin: 0;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0 0 16px 16px;
	color: #988263;
}
#pmmcrumb a {
	font-weight: normal;
	color: #BBA997;
}
#p7PMnav a {cursor: default;}
#p7PMnav ul a {cursor: pointer;}