/* 

*/
#p7PMnav {
	margin: 0;
	padding: 0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 1px;
	background-color: #FFF;
	list-style:none;
	position: absolute;
	left: -9000px;
	z-index: 1000000000;
	
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	color: #202020;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: transparent;
	color: #F9461C;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #111;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
color: #F9461C;
background-color:transparent;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: transparent;
	color: #F9461C;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;
float:left;}
#p7PMnav ul li a:hover {
background-image: url(../images/bg_button2.jpg);
color:#111;}
/* Submenu width */

#p7PMnav ul {
	float: none;
	background-color:#EDECAA;
	border:1px solid #CED04F;
	z-index: 1000000000;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 222px;
	text-align:left;
	
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #353030;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #353030;
}