/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	width: 800px;
	height: 38px;
	margin-bottom: 10px;
	background-color: #75AB5F;
	margin-left: -1px;
}

#p7PMnav ul {
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	float: left;
	background-repeat: repeat-x;
	height: 39px;
	width: 114px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #005B3C;
	font-weight: bold;
	background-image: url(../LocalFTP/buttonbgrounds/BrightgreenMarked.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F2F2F2;
	margin-left: 2px;
	line-height: 12px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 8px;
}
	
	
	
	
	
#p7PMnav, #p7PMnav ul {
	font-size: 11px;
	margin-left: 50px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #000000;
	letter-spacing: 0.01px;
	background-image: url(../buttonbgrounds/yellow.gif);
	background-position: 3px;
}
#navWrap {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 35px;
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../LocalFTP/p7pm/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {

}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
#Pg2centercontent iframe {
	position: relative;
	width: 520px;
	height: 400px;

}

.p7PMmark {
	color: #005B3C;
	font-weight: bold;
	background-image: url(../LocalFTP/buttonbgrounds/BrightgreenMarked.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}