/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#menu ul {
  width:860px;
  margin:0;
  padding:0;
}

#p7PMnav {
	margin: 0;
	padding:0;
}

#p7PMnav li {
  height:26px;
  margin:0;
  width:67px;
  padding:0;
  float:left;
  list-style:none;
  /* background:url(../images/menudiv.png) no-repeat top left; */
  padding:0 5px;
}

#p7PMnav li.homelink {
  background:none;
  width:70px;
}

#p7PMnav li.wide1, #p7PMnav li.wide1 a {
  width:135px;
}

#p7PMnav li.wide2, #p7PMnav li.wide2 a {
  width:120px;
}

#p7PMnav li.wide3, #p7PMnav li.wide3 a {
  width:87px;
}

#p7PMnav li.wide4, #p7PMnav li.wide4 a {
  width: 107px;
}

#p7PMnav a {
	display:block;
  text-align:center;
  height:20px;
  width:70px;
  line-height:19px;
  font-size:12px;
  font-weight: bold;
  color:#fff;
  text-decoration:none;
  margin:2px 0;
  padding:2px 0;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color:#222;
  font-weight:bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-color:#fff;
  color:#222;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#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 {
  color:#222;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	/*top:158px; */
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul {
  margin-top:-5px;
}
#p7PMnav ul li {
	float: none;
	width: 140px;
	height:22px;
	background:none;
}
#p7PMnav ul li a {
  margin:0;
  width:120px;
  text-align:left;
  padding-left:5px;
}
#p7PMnav ul, #p7PMnav ul li {
	background-color:#8eab4f;
	width:150px;
	padding:2px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
