/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
}
#titlebarwrapper {
	padding: 0px;
	position: absolute;
	width: 1000px;
	}

#p7PMnav {
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 16em;
	margin-top: 0em;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	background-color: #0066FF;
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	color: #FFFFFF;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #003399;
	color: #FFFFFF;
	letter-spacing: .01px;
}
#p7PMnav ul .p7PMmark a:hover {
	background-color: #003399;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-color: #0066FF;
	color: #FFFFFF;
}

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

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../EX_Projects/ex_web/assets/p7pm/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active section trigger link style */
#p7PMnav .p7PMon {
	background-color: #003399;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: inherit;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	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;
}
#imap {
	margin-left: 10px;
}
#hometest a:active a:visited {
	border-width: 0;
}	
#footer {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 5px;
}
#footer2 {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 5px;
}
#associations {
	text-align: left;
	margin-left: 15px;
}
#hometest a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

