/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
/* --------------------------------------------------- Top Level ------------------------------------------------- */
ul#p7PMnav {
	position: absolute;
	top: 97px;
	top: 111px;
	left: 0px;
	width: 161px;
	height: 167px;
	margin: 0;
	padding:0;
}
ul#p7PMnav li {
	height: 27px;
	width: 161px;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#p7PMnav li a {
	display: block;
	height: 27px;
	width: 161px;
}

ul#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #28796D;
	padding: 0;
	color: #fff;
	line-height:1;
}
ul#p7PMnav a:hover, ul#p7PMnav a:active, ul#p7PMnav a:focus {
/*
	background-color: #0066FF;
	color: #FFFFFF;
	letter-spacing: .01px;
*/
}

/* --------------------------------------------------- Secondary Levels ------------------------------------------------- */

ul#p7PMnav ul {
	margin: 0;
	padding: 0;
	/* border: 1px solid #000000; */
	z-index: 10000;
	background: #DBECC5;
}
ul#p7PMnav ul li {
	height: auto;
	width: 161px;
	background: none !important;
	border-bottom: 1px solid #C8DDAC;
	font: 1.1em/1.1 Arial, Verdana, sans-serif;
}
ul#p7PMnav ul li ul li {
	font: 1em/1.1 Arial, Verdana, sans-serif;
}
ul#p7PMnav ul li a {
	height: auto;
	width: 151px;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	background: none !important;
	background-color: #DBECC5;
	color: #587B2C;
	line-height:1;
}
ul#p7PMnav ul a:hover, ul#p7PMnav ul a:active, ul#p7PMnav ul a:focus {
	background-color: #F4F9EE !important;
	color: #587B2C;
	width: auto;
	width: 141px;
	/* letter-spacing: .01px; */
}
ul#p7PMnav ul li.subCategory a {
	width: auto;
	padding-left: 20px !important;
}
ul#p7PMnav ul li.subCategory {
	background-color: #F4F9EE !important;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #587B2C;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
/*
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
*/
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #f00;
	color: #fff;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width 
#p7PMnav {
	width: 161px;
}
*/
/* 2nd and subsequent Submenu widths
#p7PMnav ul {
	width: 161px;
}
*/
/*
#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;
}
*/
