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

#nav {
	background-color: #3D4145;
	background-image: url(../images/bgNav.jpg);
	background-repeat: repeat-x;
	display: block;
	margin: 0px;
	z-index: 1;
	font-size: 12px;
	font-weight: normal;
	
	}

#p7PMnav {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	z-index: 10000;
	background-image: url(../images/bgNav.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#p7PMnav ul li {
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px 18px 0px;
	color: #FFFFFF;
	letter-spacing: .5em;
	text-transform: uppercase;
	height: 27px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #693;
	color: #FFF;
}

#p7PMnav a:active {
	background-color: #693;
	color: #FFF;
}
#p7PMnav a.active {
	background-color: #693;
	color: #FFF;
}

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

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

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

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

/*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;
	background-color: #29295f;
	color: #FFF;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 19em;
	color: #FFF;
	line-height: 27px;
}

#p7PMnav ul a, #p7PMnav ul li a {
	color: #FFF;
	line-height: 27px;
	text-transform: none;
	letter-spacing: 0em;
}

#p7PMnav ul a:visited, #p7PMnav ul li a:visited {
	color: #FFF;
	line-height: 27px;
}

#p7PMnav ul a:hover, #p7PMnav ul li a:hover {
	color: #ffffff;
	line-height: 27px;
	background-color: #003;
}

#p7PMnav ul, #p7PMnav ul li {
	width: 22em;
	color: #FFF;
	line-height: 27px;
}

#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: #333333;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/* the above proprietary z
<![endif]
