#p7PMnav {
	margin: 0;
	padding:0;
	font-size:11px;
}
#p7PMnav li {
	list-style-type: none;
	list-style-image: none !important;
	margin: 0;
	padding: 0;
	text-align:center;
	float: left;
	border-top: 1px solid #270603;
	background-image:url(/images/bg/menuItem.jpg);
	background-repeat: repeat-y;
	font-family:"Century Gothic", Verdana, Arial;
	font-size: 13px;}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	
}
#p7PMnav ul li {
	border-top: 1px solid #270603;
	clear:both;
	
}
/* normal state main */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding:0 6px;
	color: #fff;
	height:28px;
	line-height:27px;
	width:208px;
	color: #394353;
	font-weight:600;
}
#p7PMnav li li a {
	width: 210px !important;
	margin: 0;
	background-color: #625748;
	color:#FFFFFF;
	width: 180px;
}

/* hover main */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #383323;
	color: #FFF;
	letter-spacing: 0.01px;
	height:28px;
	margin: 0;

}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #394353;
	font-weight:600;
	margin: 0;
	background-color: #F4F1E1;
}

#p7PMnav .p7PMmark li li{
	color: #394353;
	font-weight: normal;
	margin: 0;
     background-color: #F4F1E1;

}

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

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(/images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #324350;
	color: #FFF;
	margin: 0;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav ul {
	width: 260px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
