/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:4 -Cayenne
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#p7PMnav ul {
	margin:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
/*	border-bottom: 6px solid #333333;
*/}
#wrapper {
	background-color: #FFDE09;
	padding: 0;
	width: 99%;
	margin: 0;
	display: block;
}


/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFDE09;
	color: #000000;
	line-height:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#p7PMnav ul ul {
padding-top: 6px;
padding-left: 10px;
}
#p7PMnav ul a {
	display: block;
	text-decoration: none;
	padding: 4px 3px;
	color: #000000;
	background-color: #FFD42D;
	line-height:1;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

#p7PMnav ul a:hover, #p7PMnav ul ul a:active, #p7PMnav ul ul a:focus {
	background-color: #FFFF99;
	background-image: none;
}
#p7PMnav a:hover, #p7PMnav a:focus {
	background-color: #FFEFB7;
	color: #333333;
	letter-spacing: 0.01px;
}
#p7PMnav ul ul a:hover, #p7PMnav ul ul a:active, #p7PMnav ul ul a:focus {
	background-color: #FFEFB7;
	background-image: none;
}
/*third menu depth
*/
#p7PMnav ul ul a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #000000;
	background-color: #FFD42D;
	border-top: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	line-height:1;
	background-image: none;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #000000;
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
	background-color: #FFDE09;
/*	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
*/
}
#p7PMnav ul .p7PMtrg:hover {
	background-color: #FFEFB7;
/*	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
*/
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFEFB7;
	color: #000000;
}
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #FFFF66;
	border-top: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	color: #000000;
}

/*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: 100px;

/*	padding-right: 15px;
	padding-left: 15px;
*/
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 190px;
}
#pmmcrumb {
	font-weight: normal;
	margin-bottom: 16px;
	color: #776F55;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #776F55;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000000;
}
