/* 
  -----------------------------------
  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;
	background:url(../images/menu-left-bg-list.png) right repeat-y;
}
#p7PMnav li:first-child { }
#p7PMnav li:last-child a { padding: 0 22px 0 20px;  }
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color:#ffffff;
	font-size:15px;
	line-height:45px;
	padding:0 19px 0 19px;
	text-shadow: 1px 2px 1px #232b6f;
	font-family: "HelveticaNeueLTStdMedRegular"; 
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
}
#p7PMnav a:hover, 
#p7PMnav li.selected a,
#p7PMnav .p7PMmark,
#p7PMnav .p7PMon {
	color:#ffffff;
	background:url(../images/menu-hover-bg.gif) right no-repeat;
}

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

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

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
}
#pmmcrumb a, #pmmcrumb a:visited {
	
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {

}
