/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0 0 0 10px;
	font-family: arial;
	font-size: 12px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #0170c4;
	color: #fff;
	border: 1px solid #015395;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 7px 0 5px 10px;
	color: #fff;
	line-height: 1em;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: none;
	color: #fff;
	letter-spacing: .01px;
}

#p7PMnav li ul li a:hover, #p7PMnav li ul li a:active, #p7PMnav li ul li a:focus {
	background-color: #015395;
	color: #fff;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background:  url(img/p7PM_light_east.gif) transparent right center no-repeat;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: none;
	color: #fff;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
	font-weight: bold;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 210px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #fff;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #fff;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #fff;
}

#p7PMnav li.nav1 {
	width: 115px;
	background: url(../images/sep_nav.gif) transparent top right no-repeat;
}

#p7PMnav li ul li a {
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}

#p7PMnav li.nav2 {
	width: 152px;
	background: url(../images/sep_nav.gif) transparent top right no-repeat;
}

#p7PMnav li.nav3 {
	width: 215px;
	background: url(../images/sep_nav.gif) transparent top right no-repeat;
}

#p7PMnav li.nav4 {
	width: 175px;
	background: url(../images/sep_nav.gif) transparent top right no-repeat;
}

#p7PMnav li.nav5 {
	width: 205px;
}





