/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:4 -Cayenne
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin:10;
	padding:0;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #940007;
}
#p7PMnav ul {
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color:transparent;
	background-opacity: 0.5F;
	background-filter: alpha(opacity=50);
	padding: 4px 8px;
	color: #FFEEAA;
	line-height:1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #49453E;
	background-image: url(img/P7PM_trans_white.png);
	background-repeat: repeat;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #940007;
	border-top: 1px solid #D9D2BD;
	border-left: 1px solid #D9D2BD;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #D1CAB1;
	border-top: 1px solid #DED9C7;
	border-left: 1px solid #DED9C7;
	color: #333333;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 150px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 140px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #666666;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #E83A00;
}
