/*   -----------------------------------  PopMenu Magic Style Sheet  by Project Seven Development  www.projectseven.com  Menu Type: Horizontal  Style Theme:4 -Cayenne (!!!!! CUSTOMIZED BY EDGE CREATIVE STRATEGIES !!!!!!)  -----------------------------------*/#p7PMnav {	margin:0;	padding:0;}#p7PMnav ul {	margin:0;	padding:0;	position: absolute;	left: -9000px;	z-index: 10000;	border-bottom: 6px solid #666666;}/* these are the menu styles */#p7PMnav li {	list-style-type: none;	margin: 0;	padding: 0;}/* ------ the menu link styles ------ */ #p7PMnav a, #p7PMnav ul a, #p7PMnav ul ul a { /* horz bar, pulldown, flyout: formatting */	display: block;	text-decoration: none;	padding: 3px 8px;	color: #666666;	border:0;	font-weight: bold;	font-size: 11px; /* pixels (instead of em values) are needed for clean display in Mozilla browsers */	line-height: 14px; /* pixels (instead of em values) are needed for clean display in Mozilla browsers */}#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus { /*  horz bar, pulldown, flyout: text rollover default */	color: #660000;}#p7PMnav ul a, #p7PMnav ul ul a { /* pulldown, flyout: additional formatting */	color: #333333;	background-color: #B6B6A1;	border-top: 1px solid #DDDDC3;	border-left: 1px solid #DDDDC3;	border-bottom: 1px solid #666666;	border-right: 1px solid #666666;	font-weight: normal;}#p7PMnav ul ul a:hover, #p7PMnav ul ul a:active, #p7PMnav ul ul a:focus, #p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus { /* pulldown, flyout: rollover formatting */	background-color: #CCCCB4;}/* ------ the current page marker style ------ */#p7PMnav .p7PMmark {	color: #660000;}/* ------ the trigger link styles ------- *//*the normal trigger links */#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover { /* arrow picture */	background-image:  url(img/p7PM_dark_east.gif);	background-repeat:	no-repeat;	background-position: right center;}/* the active trigger link style */#p7PMnav .p7PMon { /* pulldown trigger in menu bar */	background-color: #B6B6A1;	/*border-top: 1px solid #D9D2BD;	border-left: 1px solid #D9D2BD;	border-bottom: 1px solid #666666;	border-right: 1px solid #666666;*/	color: #660000;}#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {  /* flyout trigger in pulldown menu */	background-image:  url(img/p7PM_light_east.gif);	background-repeat:	no-repeat;	background-position: right center;	background-color: #CCCCB4;	color: #660000;}/*the submenu classes */#p7PMnav .p7PMhide {	left: -9000px;	border: 0;}#p7PMnav .p7PMshow {	left: auto;	z-index: 20000 !important;}/* Top level menu width */#p7PMnav li {	float: left;	width: auto;}#p7PMnav ul li {	float: none;}/* 2nd and subsequent Submenu widths */#p7PMnav ul, #p7PMnav ul li {	width: 18em;}