﻿/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:4 -Cayenne
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	font-size: .88em;
	font-family: GillSans, Calibri, Trebuchet, sans-serif - p;
}
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding: 0;
	border-bottom: 6px solid #333333;
	border-bottom-width: 0px;
}
#p7PMnav ul {
	z-index: 10000;
}
/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	background-position: 50% bottom;
	display: block;
	text-decoration: none;
	background-color: #E6EBE2;
	padding: 4px 8px;
	color: #000000;
	border-top: 0px solid #4e5e50;
	border-bottom: 0px solid #333333;
	border-right: 0px solid #333333;
	border-left: 0px solid #4e5e50;
	line-height: 1.5;
	background-image: url('images/BasicTemplate/backgroundup.gif');
	background-repeat: no-repeat;
	}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	border-top: 1px solid #D9D2BD;
	border-left: 1px solid #D9D2BD;
	color: #933333;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
#p7MMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover {
	border-style: solid;
	border-width: 3px 1px 9px 1px;
	border-color: #E8EDE6 #333333 #E8EDE6 #333333;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #333300;
	line-height: 28px;
	background-color: #ABBB9D;
}
/* the active trigger link style */
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover {
	background-image: url('images/BasicTemplate/backgroundup.gif');
	background-repeat: no-repeat;
	border-top: 1px solid #DED9C7;
	border-left: 1px solid #DED9C7;
	color: #FFFFFF;
	line-height: 39px;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 140px;
}

/* 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;
}

