/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;	
	border:0;
}
#p7PMnav ul {
	z-index: 10000000000000;
}
#p7PMnav li {
	list-style-type: none;
	margin:0;
	padding:1px;
	border:0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	color:#000000;
	display: block;
	margin:0;
	padding: 2px 2px 2px 12px;
	border:0;
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight:bold;
	letter-spacing:.05ems;
	text-decoration:none;
	line-height:130%;
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #006699;
	background-color: #FFFFFF;
	background-position: left center;
}

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

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
color:#000000;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color:#006699;
	background-color: #FFFFFF;
	margin:0;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 199px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	text-wrap:none;
	background-color: #F8F4CC;
	border: 1px solid #C3BE88;
	width: 280px;
}

#p7PMnav ul a:link, #p7PMnav ul a:visited {
color:#000000;
}

#p7PMnav ul a:hover {
color:#006699;
background-color:#FFFFFF;
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #432511;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #432511;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #432511;
}
