/* 
  -----------------------------------
  Menu Styles - Horizontal
  -----------------------------------
*/
#p7PMnav {
	margin:0px auto;
	padding: 0;
	background-color: #CC9;
	
	}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	/*border: 1px solid #333333;*/
	z-index: 10000;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #545D95;
	/*border-bottom: 1px solid #545D95;
	background-image: url(img/p7PM_frost_hz.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;*/
}
#p7PMnav ul li {
	/*background-image: url(img/p7PM_frost.jpg);*/
	/*background-color: #D7E0D6;*/
	background-color: #CED8F1;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 13px 4px 6px;
	color: #006;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #E7EBF8;
	color: #5B7D59;
}

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

/*the normal trigger links 
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}*/

.p7PMtrg {
background-image:url(../p7pm/img/p7PM_dark_south.gif);
background-position:right center;
background-repeat:no-repeat;
}

.p7PMtrg2 {
background-image:url(../p7pm/img/p7PM_dark_east.gif);
background-position:right center;
background-repeat:no-repeat;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #E7EBF8;
	color: #5B7D59;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 100px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/* 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;}
