/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:6 - Frosty Blue
  -----------------------------------
*/
#p7PMnav {
	padding:0;
	margin: 0;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	border: 1px solid #333333;
	z-index: 10000;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: .3em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#p7PMnav ul li {
	background-color: #71513A;
	background-repeat: repeat-x;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #93DFA0;
	line-height:1;
	font-size: 90%;
	text-align: center;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #DEF7DC;
	color: #73513A;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus, #p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, #p7PMnav ul .p7PMon:active {
	color: #71513A;
	background-color: #DEF7DC;
	border: .1px solid #9900CC;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #357135;
	font-size: 90%;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #DEF7DC;
	color: #154928;
}

/*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: 8.4em;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 9em;
}
#p7PMnav .p7PMmark {
	color: #154928;
	font-size: 90%;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #030;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #154928;
}
