/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	color: #000000;
	letter-spacing: .5px;
	background: url(../images/menu/home-bknd.gif) repeat-y;
	border: 1px solid #000000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	z-index: 10000;
	background-color: #EB924E;
	color: #000000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #FFFFFF;
	letter-spacing: .5px;
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FFFFFF;
	color: #000000;
	letter-spacing: 0.5px;
}
#p7PMnav ul a {
	color: #FFFFFF;
	letter-spacing: .5px;
	font-weight: bold;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-image: none;
	background-color: #FFFFFF;
	color: #333333;
	letter-spacing: .5px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(../images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFFFFF;
	color: #666666;
}

/*the submenu classes. The top property is included as a fix for Safari on Panther only.*/

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	top: auto;
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 148px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 150px;
}
#pmmcrumb {
	font-weight: normal;
	margin-bottom: 16px;
	color: #333333;
	font-size: 10px;
	font-style: normal;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
