/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
/*red #8F1A1E*/
/*sage #B1B994 */
/*off-white #E5E5D2*/
ul#p7PMnav {padding:10px 0 170px 0;}
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
	/*border-top: 1px solid #EEEFEA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EEEFEA;*/
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
	
}
#p7PMnav a {
	display: block;
	padding: 10px 17px;
	color: #111111;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
	line-height:normal;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background: url(../images/common/navfly2.gif) no-repeat left center;
	background-color:#C6CAAD;
	color: #770000;
}
	
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background: url(../images/common/navfly2.gif) no-repeat left center;
	color: #770000;
	text-decoration:underline;
	
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(../images/common/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: 94% 50%;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #770000;
	text-decoration:underline;
	background-color:#C6CAAD;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 150px;
	background: url(../images/common/nav-back.jpg) bottom left no-repeat;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	padding: 0;
	width: 160px;
	background-color: #E5E5D2; /*new*/
	filter:alpha(opacity=90);   /* Internet Explorer       */
   	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
   	opacity: 0.9;               /* newer Mozilla and CSS-3 */
	border:1px solid #92997A;/* new*/
}
/*next three new*/
#p7PMnav ul li a {
	text-transform:none;
	margin-bottom:0px;
	color:#111111;
	font-weight:bold;
	font-size:11px;
	padding: 8px 17px;

}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color:#770000;
	text-decoration:underline;
}
#p7PMnav ul li .p7PMmark {
	color: #770000;
}