#p7PMnav {
	width: 134px;
	margin: 0;
	padding: 0px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
	width: 134px;
	z-index: 10000;
	background: #000000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	letter-spacing: 0.01px;
	background: #990000;
}
#p7PMnav ul a {
	background-color: #FFFFFF;
	color: #333333;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#p7PMnav ul a:hover {
	border: 0;
	color: #FFFFFF;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background: url(../images/arrow_east.gif) no-repeat right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #CCCCCC;
	background: #626568;
}
#p7PMnav ul .p7PMon {
	border-bottom: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
.transparent {
	background: #transparent url(../images/arrow_east.gif) no-repeat right center!important;
}

a.white, a.white:visited {
	background: #FFFFFF url(../images/arrow_east.gif) no-repeat right center!important;
	color: #000000;
}

a.white:hover, a.white:active, a.white:focus  {
	color: #FFFFFF;
	letter-spacing: 0.01px;
	background: #990000!important;
}
