/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/

#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66707C;
	border-right-color: #66707C;
	border-bottom-color: #66707C;
	border-left-color: #66707C;
}
#p7PMnav ul ul {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border: 1px solid #66707C;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height:1;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 9px;
	padding-left: 4px;
	text-align: center;
}
#p7PMnav ul a {
	text-align: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #404042;
	letter-spacing: 0.01px;
	background-image: url(../images/nav_marker.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #C8CBA0;
	background-image: none;
}

/* ------ the current page marker style ------ */

#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #515151;
	background-image: url(../images/nav_marker.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#p7PMnav .p7PMmark:hover {
	background-image: url(../images/nav_marker.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#p7PMnav ul .p7PMmark {
	background-image: none;
}

#p7PMnav ul .p7PMmark:hover {
	background-image: none;
}

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


/*the trigger link */

#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}


/* the active trigger link style */

#p7PMnav .p7PMon {
	color: #404042;
	background-image: url(../images/nav_marker.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}


/* Top level menu width */

#p7PMnav li {
	float: left;
	width: 128px;
	text-align: left;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
	background-image: url(../images/nav_bkg_light.gif);
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	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;
}

