/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
	font-size:13px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a {
	display:block;
	text-decoration: none;
	padding: 8px 15px 8px 20px;
	color: #FFFFFF;
	/*line-height:1;*/
	font-weight:bold; /*new*/
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #9F1F1E;
	/*letter-spacing: .01px;*/
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #9F1F1E;
	
}

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

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(../images/structure/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #9F1F1E;
	background-image:url(../images/structure/connector.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#p7PMnav .p7PMon b {
	background-color:#EE901C;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 170px;
	padding:20px 0 30px 0;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 150px;
	background-color: #F1A649; /*new*/
	filter:alpha(opacity=95);   /* Internet Explorer       */
   	-moz-opacity:0.95;           /* Mozilla 1.6 and below   */
   	opacity: 0.95;               /* newer Mozilla and CSS-3 */
	border:1px solid #EE901C;/* new*/
}
#p7PMnav ul li {
	background-image:none;
}
/*next three new*/
#p7PMnav ul li a {
	border:none;
	margin-bottom:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding: 5px 8px;

}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	border:none;
	color:#9F1F1E;
}
#p7PMnav ul li .p7PMmark {
	color: #9F1F1E;
	border:none
}