/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border: 0px solid #000000;
}
#p7PMnav li {
	list-style-type: none;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #666666;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	background-position: 0px -30px;
	background-repeat: no-repeat;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
	background-position: 0px -30px;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-repeat:	no-repeat;
	background-position: 0px -30px;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #0066FF;
	color: #CCCCCC;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 153px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* hide from IE mac \*/
#p7PMnav a {overflow: hidden;}
#p7PMnav ul a {overflow: visible;}
/* end hiding from IE5 mac */
#b1, #b2, #b3, #b4 , #b5, #b6{
	height: 15px!important;
	background-repeat: no-repeat;
	text-indent: -3000px;
	background-position: left top;
	margin-bottom: 0px;
	padding-bottom: 12px;
}#b1 {
	width: 95px;
	background-image: url(../images/comp-profile.gif);
}
#b2 {
	width: 100%;
	background-image: url(../images/eng-services.gif);
}
#b3 {
	width: 135px;
	background-image: url(../images/bldg-commissioning.gif);
}
#b4 {
	width: 95px;
	background-image: url(../images/locations.gif);
}
#b5 {
	width: 57px;
	background-image: url(../images/leedbim.gif);
}
#b6 {
	width: 77px;
	background-image: url(../images/contact.gif);
}
