#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:left;
	float: left;
	background-color: #515A7D;
	border-bottom: 1px solid #8495AE;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	color: #FFF;
	background-color: #515A7D;
	
}
#p7PMnav ul li {
	border-bottom: 1px solid #8495AE;
	clear:both;
	
}
/* normal state main */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding:0 6px;
	color: #fff;
	height:28px;
	line-height:27px;
	background-color:transparent;
	width:110px;
}
#p7PMnav li li a {
width: 120px !important;

}

/* hover main */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #758FAC;
	color: #FFF;
	letter-spacing: .01px;
	height:28px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: normal;
}
/* ------ 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:#758FAC;
	color: #FFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav ul {
	width: 110px;
}
#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;
}
table.navigation {
	background-color: #6C85AC;
	background-image: url(/images/bgrounds/menu.jpg);
	background-repeat: repeat-x;
}

