@charset "UTF-8";
/* CSS Document */

/* TOP NAVIGATION
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

#nav {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 960px;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	background-image: url(images/bgNav.jpg);
	background-repeat: repeat-x;
	}
	
#p7PMnav {
	margin:0;
	padding:0;

}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	z-index: 10000;
	background-image: url(images/p7exp_mgrad.png);
	background-repeat: repeat-x;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	color: #FC3;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 38px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000033;
	line-height: 32px;
}
#p7PMnav ul li {
	
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 3px 18px 3px;
	color: #003;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #000033;
	color: #FC3;
}

#p7PMnav a:active {
	background-color: 000033;
	color: #FC3;
}
#p7PMnav a.active {
	background-color: #000033;
	color: #FC3;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-color: #000033;
	color: #FC3;
}


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

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	/*color: #003; */
}

#p7PMnav ul .p7PMtrg a:link  {
	color: #FC3;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #000033;
	color: #FC3;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 19em;
	color: #333333;
	
	text-transform:none;
}

#p7PMnav ul a, #p7PMnav ul li a {
	color: #003;	
}


#p7PMnav ul a:hover, #p7PMnav ul li a:hover {
	color: #FC3;
	background-color: #003;

}

#p7PMnav ul, #p7PMnav ul li {
	width: 19em;
	color: #FFF;
	
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.clearMarginTop {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	margin-top:15px;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}


