/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: Looped Logic
  -----------------------------------
*/
#p7PMnav {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 14.29%;
}
/* ----------------- submenu color --------------- */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #9EA900;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #9ea900;
	border-bottom: 1px solid #9e900;
	border-left: 1px solid #FFFFFF;
	/*background-color: #FFFFFF;
	border: 1px solid #000000;*/
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/* ------------  text color ----------- */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 6px 7px 6px;
	color: #ffffff;
	line-height: 1;
	text-align: center;
}
/* ----------- hover background color ---------- */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #848589;
	color: #FFFFFF;
	letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #848589;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link - arrow graphic*/
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	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: #848589;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 110px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 142px;
	text-align: left;
}
#p7PMnav ul a {
	text-align: left;
}