/* menu */
#p7PMnav {
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 6px;
	height: 32px;
}
#p7PMnav li {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #460000;
}

#p7PMnav li.noborder {border:none} 

#p7PMnav ul li {	
	border: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav ul ul {

}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height:1;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 3px;
	text-align: center;
}
#p7PMnav ul a {
	border: 0;
	background-color: #5D1113;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #510C0E;
	letter-spacing: 0.01px;
	background-image: url(../images/fd_menu_over.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #FFCC00;
	color: #FFF;
	letter-spacing: 0.01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #510C0E;
	background-image: url(../images/fd_menu_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#p7PMnav ul .p7PMmark {
	color: #510C0E;
	background-image: url(../images/fd_menu_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right;
	color: #510C0E;
}
#p7PMnav .p7PMon {
	color: #FFFFFF;
	background-image: url(../images/fd_menu_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#p7PMnav ul .p7PMon {
	background-color: #FFCC00;
	color: #FFFFFF;
}
/*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: 121px;
}

#p7PMnav ul li {
    width: 121px;
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 121px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A0F10;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0 0 16px 16px;
	color: #510C0E;
}
#pmmcrumb a {
	font-weight: normal;
	color: #510C0E;
}
