/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 24 - Bluestone
  -----------------------------------
*/
#p7PMnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* background-image: url(img/pmbluestone_vroot.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #C6DDEA;
	border-right: 1px solid #3A6887;
	border-bottom: 1px solid #3A6887;
	border-left: 1px solid #C6DDEA;
	background-color: #8EBBDA; */
}
#p7PMnav li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* this is the sub link background color below */
#p7PMnav ul {
	background-image: url(img/pmbevel_white.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10000;
	background-color: #FFFFFF; 
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EFEFEF;
}
#p7PMnav a {
	display: block;
	text-decoration: underline;
	padding: 2px 3px;
	color: #37939B;
	line-height:1;
	background-repeat: repeat-x;
	font-size:9pt;
	padding-left:12px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #37939B;
	color: #999999;
	letter-spacing: 0.01px;
	font-size:9pt;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #37939B;
	color: #000000;
	letter-spacing: 0.01px;
	font-size:9pt;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	letter-spacing: .15em !important;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
/*
	This is the arrows that show that there are sub links.
*/
#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: #37939B;
	color: #999999;
}
#p7PMnav ul .p7PMon {
	background-color: #CCCCCC;
	color: #000000;
}


/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav {
	width: 165px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 200px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 2px;
	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;
}
