/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin:1px;
	padding:0;	
}
#p7PMnav ul {
	z-index: 10000000000000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	border:0;
	padding:1px;
	border-bottom: 1px solid #DDE3D1;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	color: #000033;
	font-weight:normal;
	text-decoration: none;
	border:0;
	margin:0;
	padding:5px 20px 5px 20px;
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #003399;
	background:#F8F9EE url(../images/nav_OVER.gif) no-repeat center left;
}

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

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
color: #000033;
	}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #003399;
	background:#F8F9EE url(../images/nav_OVER.gif) no-repeat center left;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 188px;
	background-color:transparent;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 222px;
background-color:#FFFFFF;
	border: 1px solid #DDE3D1;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #666666;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

