/* Main List Block */
#p7PMnav {
	margin: 0;
	padding:0;
	width:765px;
	height:25px;
	background-color: #999;
}

/* Generic List stuff */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 153px;
}

/* Generic Sub Menu stuff + Sub menu Width */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	width: 153px;
}
#p7PMnav ul li {
	width: 153px;
	float: none;
}

/* Main level Links */
#p7PMnav a,
#p7PMnav a:visited,
#p7PMnav a:active {
	display: block;
	text-decoration: none;
	padding-left:25px;
	color: #60C;
	font-size:12px;
	font-weight:bold;
	line-height: 22px;
	height: 25px;
	background-image: url(../images/button-bg.gif);
	background-repeat: no-repeat;
	background-position: left centre;
}

#p7PMnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Sub level Links */
#p7PMnav ul a,
#p7PMnav ul a:visited,
#p7PMnav ul a:active {
	display: block;
	text-decoration: none;
	background-color: #415485;
	padding-left: 10px;
	line-height: 22px;
	height: 22px;
	font-size:10px;
	color: #ffffff;
	border-top: 1px solid #495F96;
	border-right: 1px solid #394975;
	border-bottom: 1px solid #394975;
	border-left: 1px solid #495F96;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	background-image: none;
}

#p7PMnav ul a:hover, 
#p7PMnav ul a:visited, 
#p7PMnav ul a:active  {
	text-decoration: none;
	background-color: #000066;
	color: #ffffff;
	background-image: none;
}


/* the current page marker style */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
}

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	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 */
