/*
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:1 -Windows XP Style
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	margin-top:14px;
	padding:0;
}

#p7PMnav ul {
	margin: 0;
	padding: 4px 0px;
	background-color: #003151;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity:0.90;
	border: 1px solid #BEB068;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 8px 55px 9px 10px;
	color:#A5B4BA;
	font-size: 11px;
	line-height:1;
	text-align:right;
	background-image: url(/images/p7PM_dark_south.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-transform:uppercase;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	letter-spacing: .01px;
}
#about_us a, #services a, #industries a, #news___events a,#resources a, #careers a, #contact_us a {
	padding: 3px 10px;
	color:#D1DCE0;
	margin: 1px 5px;
	border: 1px solid #003151;
	text-align:left;
	background-image:none;
	text-transform:capitalize;
}

#about_us a:hover,
#about_us a.active,
#services a:hover,
#services a.active,
#industries a:hover,
#industries a.active,
#news___events a.active,
#news___events a:hover,
#resources a:hover,
#resources a.active,
#careers a:hover,
#careers a.active,
#contact_us a:hover,
#contact_us a.active {
	color: #FFFFFF;
	border: 1px solid #BEB068;
	background-image:none;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	background-image:  url(/images/p7PM_dark_hover.gif);
	background-repeat:	no-repeat;
	background-position: right bottom;
}

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

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {

}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-image:  url(/images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	margin-left: 26px;
	width: 200px;
}
/* 2nd and subsequent Submenu styles */
#p7PMnav ul {
	position:absolute;
	top: 151px;
	width: 190px;
}
ul#about_us {
	 }
ul#services {
	width: 226px; }
ul#industries {
	}
ul#news___events {
	top: 236px; }
ul#resources {
	top: 266px; }
ul#careers {
	top: 246px; }
ul#contact_us  {
	top: 186px; }
ul#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #8B967A;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #949E85;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
