
#p7PMnav {
	margin:0;
	padding:0;
	
}
#p7PMnav ul {
	margin:0;
	padding:0;
/*border: 0px solid #052554;*/
	position: absolute;
	left: -9000px;
	z-index: 10000;
}


/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
border-top: 1px solid #464F84;
border-bottom: 1px solid #000000;

}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	font-size:11px;
	background-color: #052554;
	color: #fff;
	border-right: 1px solid #fff;
	line-height:1;
	letter-spacing: .1px;
	padding: 10px;
}

.topMenuPadding {
	padding: 10px 10px;
}
.p7PMtrg {
	padding: 10px 10px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #D8DEE6;
	color: #000;	
	letter-spacing: .1px;	
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #000;
	background-color: #D8DEE6;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	line-height:12px;
	padding: 7px 10px 7px 5px;/**/
	border-right: 0px solid #fff;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #D8DEE6;
	color: #000;
	padding: 10px 10px;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;	
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;	
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
	
}
#p7PMnav ul li {
	float: none;
	
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 137px;
	
}
#p7PMnav ul.p7PMshow ul li a {
	padding: 7px 10px 7px 5px;
	line-height:12px;
	border-right: 0px solid #fff;
	border-left: 1px solid #fff;
}/**/

/*.p7PMshow li a {
	padding: 6px 5px 5px 5px;
}*/


/* 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;}*/


