/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:7 -L'Orange
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
	}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: 1px solid #CCCCCC;
	border-left: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	}


/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #D4DBD9;
	padding: 3px 15px 3px 5px;
	color: #000000;
	border-left: 1px solid #FFFFFF;
	font: normal 80%/1 Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #336655;
	border-bottom: 1px solid #336655;
	}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FF9900;
	color: #FFFFFF;
	border-left: 1px solid #336655;
	letter-spacing: .01px;
	border-top: 1px solid #336655;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FADE00;
	font-weight: bold;
	background: #6C8F83;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #336655;
	border-bottom: 1px solid #336655;
	}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(/_images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFB74A;
	color: #FFFFFF;
	border-left: 1px solid #336655;
	border-top: 1px solid #336655;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}

/*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: 124px;
	}
#p7PMnav ul li {
	float: none;
	}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 170px;
	}
#pmmcrumb {
	font-weight: bold;
	color: #222222;
	font-size: 70%;
	text-align: left;
	margin-left: 301px;
	position: absolute;
	top: 108px;
	z-index: 1;
	clear: left;
	}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: bold;
	color: #222222;
	}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: bold;
	color: #222222;
	}
	
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */

#p7PMnav li {
	width: auto;
	}
	

