/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#p7PMnav ul {
	margin: 0;
	padding:0;
	
	background-color: #fff;	
	border-bottom: 1px solid #000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
/* 	opacity: 0.85;
  	filter: alpha(opacity=85);*/	
}

#p7PMnav a {
	display: block;	
	text-decoration: none;	
	color: #000;
	font-size: 1.1em;
	letter-spacing: .1px;
	border-top: 1px solid #000;
	line-height:1;	
	
}

#extrawidth1 {width:8em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}
#extrawidth2 {width:9em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}
#extrawidth3 {width:9.3em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}
#extrawidth4 {width:8.4em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}
#extrawidth5 {width:8.4em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}
#extrawidth6 {width:8.4em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}
#extrawidth7 {width:8.4em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}
#extrawidth8 {width:8.4em; padding: 10px 5px 10px 0px; margin-right:1em;background-color:#999999;}



#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color:#999;
	letter-spacing: .1px;
	color: #fff;
	border-top: 1px solid #fff;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;	
	border-top: 1px solid #fff;
}
/* ------ 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: #fff;
	border-top: 1px solid #fff;	
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;	
}

#p7PMnav li {
	float: left;
/* Top level menu width 	width: 14em;*/
	margin-right:0px;
	

	
}
#p7PMnav ul li {
	float: none;		
}
#p7PMnav ul, #p7PMnav ul li {
	width: 13.5em;
	text-indent:5px;
}
.p7PMshow li a {
	padding: 6px 0px 5px 0px;
	border-top: 1px solid #000 !important;
	color: #000 !important;
}

.menuIndent {
text-indent:1.5em;
}
.menuBold {
font-weight:bold;
}