#p7PMnav {
	padding:0;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #333333;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#p7PMnav ul a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #f1ca2f;
	border-top: 1px solid #F1E878;
	border-left: 1px solid #F1E878;
	color: #000000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height:1;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #f1ca2f;
	color: #000000;
	letter-spacing: 0.01px;
}
/*The Selected Menu "ON" State*/
#p7PMnav .p7PMon, #p7PMnav ul .p7PMon, #p7PMnav .p7PMon:hover,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-color: #f1ca2f;
	color: #000000;
}
/*The Selected Menu "ON" State for sub-menu borders*/
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	border-top: 1px solid #FFC959;
	border-left: 1px solid #FFC959;
}

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

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #f1ca2f;
	color: #000000;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #557797;
	text-decoration: underline;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	color: #0F74BB;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/* 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;}
