/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:11 -Espresso
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0 0 0 30;
	float: none;
	color: #553421;
}
#p7PMnav li {
	list-style-type: none;
}
#p7PMnav ul li {



}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav ul ul {


}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height:1;
	text-align: center;
	float: right;
	width: 82px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding-bottom: 5px;
}
#p7PMnav ul a {
	border: 0;
	float: left;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #6F2910;
	letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #64260F;
}
#p7PMnav ul .p7PMmark {
	font-weight: bold;
	color: #64240B;
	background-color: #DEB78C;
}
/* ------ 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;
	color: #6F2910;
	display: block;
}
#p7PMnav .p7PMon {
	background-color: #DEB78C;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
	background-color: #DEB78C;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	border: 1px solid #6C2916;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* Top level menu width */
#p7PMnav li {
	width: 93px;
	float: left;
	padding-left: 0px;
}
#p7PMnav ul li {
	background-color: #DEB78C;
	width: 100px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	line-height: 0.7in;
	height: 38px;
	font-style: normal;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	background-color: #DEB78C;
	font-weight: bold;
	width: 100px;
	text-align: center;
	height: auto;
	float: right;
	vertical-align: middle;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0 0 16px 16px;
	color: #DEB78C;
	line-height: 16px;
}
#pmmcrumb a {
	color: #DEB78C;
}
