/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #EBB600;
	height: 30px;
}
#p7PMnav ul li {
	border-right: 0px;
	border-top: 1px solid #FFF;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-image: url(../gfx/childsBG.gif);
	background-repeat: no-repeat;
	background-color: #FDD23F;
}
#p7PMnav ul ul {
	background-image: url(../gfx/childsBG.gif);
	background-repeat: no-repeat;
	background-color: #FDD23F;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	line-height: 1.0;
	padding: 11px 20px 6px 20px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
#p7PMnav ul a {
	padding: 7px 10px;
	border: 0;
	color: #505050;
	height: 16px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFF;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #FFF;
	background-color: #FAB309;
	height: 16px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #FFF;
	background-image: url(../gfx/selectedPrntBg.jpg);
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image: url(../gfx/black_arrow.gif);
	background-repeat:no-repeat;
	background-position: 190px 10px;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFF;
	background-image: url(../gfx/selectedPrntBg.jpg);
	background-repeat:repeat-x;
}
#p7PMnav ul .p7PMon {
	color: #FFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	top: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 213px;
}
#pmmcrumb {	
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
