/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border: 0px solid #000000;
}
#p7PMnav li {
	list-style-type: none;

	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	
	border: 1px solid #CF7E2D;
	z-index: 10000;
	background-color: #FFFFFF;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: none;
	font-size: 10pt;
	padding: 4px 10px;
	color: #CF7E2D;
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #CF7E2D;
	
	text-decoration: underline;
	
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
  font-size: 11pt;
	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: none;
	color: none;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {

	width: 180px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #CF7E2D;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #CF7E2D;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #CF7E2D;
}

#b1, #b2, #b3, #b4 {

  font-weight: normal;
  color: #CF7E2D;
  background-repeat: no-repeat;
  
  

}

#b1 {

  background-image: none;
 
}
#b2 {

  background-image: none;
}
#b3 {

  background-image: none;
}
#b4 {

  background-image: none;
}

<!--[if IE 5]>
<style>
body {text-align: center;}
#wrapper {text-align: left;}
#b1, #b2, #b3, #b4 {text-indent: 0; color: #68AE3E;!important; font-size: 1px;}
</style>
<![endif]-->

/* hide from IE mac \*/
#p7PMnav a {overflow: hidden;}
#p7PMnav ul a {overflow: visible;}
/* end hiding from IE5 mac */