/* acting studio */


#p7PMnav {
	padding:0;
	width:100%;
	margin:0 auto;

}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:url(/images/menuline.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#p7PMnav li li {
	background-image:none;

}


#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	white-space:nowrap;
	display:block;
	overflow:visible
}



#p7PMnav a {
	font-size:1.0em;
	display:block;
	padding: 15px 11px;
	text-decoration: none;
	background-color: transparent;
	line-height:1;
	color:#FFFFFF;
	white-space:nowrap;
}

#p7PMnav ul a {
	display:block;
	padding: 4px 0px 4px 6px;
	text-decoration: none;
	margin-left:8px;
	line-height:1;
	width:92%;
}



#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: transparent;
	letter-spacing: .01px;
		color:#000;

}

#p7PMnav li ul li  a:hover, #p7PMnav li ul li a:active, #p7PMnav li ul li  a:focus {
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
}

#p7PMnav li ul .p7PMmark {
}

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

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
}
#p7PMnav ul .p7PMon {
	background-repeat:	no-repeat;
	background-position: right center;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul{
background-repeat:no-repeat;
padding:6px}


#p7PMnav ul {
	width: 220px;
	background-color:#B7AE9B;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;

}




#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
}


@media screen and (min-width: 840px) {
#p7PMnav a {
	font-size:1.0em;
	padding: 15px 11px;
}

	
}
