/* surrounding the menu */

#p7PMnav {

	margin: 0;

	padding:  0px 0px 0px 10px;/* pads both height & width */

/* surrounding each main menu button */

}

#p7PMnav li {

	list-style-type: none;

	margin: 0 0px 0 0;

	padding: 0;

}

#p7PMnav ul li {

	border: 0;

/* subs... */

}

#p7PMnav ul {

	margin: 0;

	padding: 0;

	position: absolute;

	left: -9000px;

	z-index: 10000;

	border-top: 0px solid #988263;

	border-right: 0px solid #988263;

	border-bottom: 0px solid #48607f;

	border-left: 0px solid #988263;

}

#p7PMnav ul ul {

	border-top: 0px solid #F4EDD5;

	border-right: 0px solid #666666;

	border-bottom: 0px solid #48607f;

	border-left: 0px solid #F4EDD5;

}

/* space, etc. around each/all buttons?... */

#p7PMnav a {

	display: block;

	text-decoration: none;

	background-color: #BBA997;

	padding: 0px 0px;

	color: #333333;

	font-size: 13px;

	font: verdana;	

	line-height:1;

	border-bottom: 0px solid #48607f;

	border-top: 0px solid #988263;

	border-right: 0px solid #988263;

	border-left: 0px solid #988263;

}

#p7PMnav ul a {

	border: 0;

	background-image:  url(../img/button_bkgd.gif);

	background-repeat:	no-repeat;

	background-position: bottom right;

	padding: 8px 18px 8px 9px;/* This is the SWEET type margining in the sub-menus only! */

}

/* top menu */

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {

	background-image:  url(../img/button_bkgd_roll.gif);

	background-repeat:	no-repeat;

	background-position: bottom right;

	color: #FFFFFF;

}

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {

	background-color: #BCAD96;

	color: #FFFFFF;

}

/* ------ the current page marker style ------ */

#p7PMnav .p7PMmark {

	font-weight: normal;

	color: #020202;

}

#p7PMnav ul .p7PMmark {

	font-weight: roman;

	color: #020202;

	background-color: #c00707;

}

/* ------ the trigger link styles ------- */



/*the normal trigger link styles*/

#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {

	background-image:  url(../img/button_bkgd_arrow.gif);

	background-repeat:	no-repeat;

	background-position: bottom right;

	color: #333333;

/*the normal trigger link rolllover styles*/

}

#p7PMnav .p7PMon {

	background-color: #988263;

	color: #0953ce;

/*color, etc. once triggered*/

}

#p7PMnav ul .p7PMon {

	background-image:  url(../img/button_bkgd_arrow_roll.gif);

	background-repeat:	no-repeat;

	background-position: bottom right;

	color: #333333;

}

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

}

#p7PMnav ul li {

	float: none;

}

/* 2nd and subsequent Submenu widths */

#p7PMnav ul, #p7PMnav ul li {

	width: 150px;

	margin: 0px 0px 0px 3px;

}

#pmmcrumb {

	font-weight: bold;

	margin: 0 0 16px 16px;

	color: #988263;

}

#pmmcrumb a {

	font-weight: normal;

	color: #BBA997;

}
