/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 21 - Bailey Potter
  -----------------------------------
*/
#p7PMnav {
	font-family: Verdana,Arial, Helvetica, sans-serif; /* added 11/2/2010 */
	margin: 0;
	padding: 0;
	width: 214px; /* originally 164 20100904 */
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #D3E8E9;
	background-image: url(img/p7bp_pmmover.jpg);
	background-repeat: repeat-x;
}
#p7PMnav ul li {
	background-color: #EFC4B4;
	background-image: url(img/p7bp_pmmsubmark.jpg);
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
	border: 1px solid;
	border-color: #333333;
	border-top: 0 !important;
	width: 214px; /* originally 164 20100904 */
}

/*-------- Font and color for text, background color for pop menu-------*/
#p7PMnav a {
	
	display: block;
	text-decoration: none;
	/*font-weight:bold;*/
	padding: 3px 10px;
	/*color: #ABABAB;*/
	/*color:#CCC; current site colors*/
	/*color:#002265;*/
	color:#000000; /*before was 444444 20100907 */
	
	
	line-height:1.6em; /* was the following ... line-height:1.25em;  jck7326 11/21/2010 */
	/*background-color: #4c4c4c; current site background colors*/
	background-color: #E2E2E2;
	/*background-color: #FEE6B8;*/
	/*background-color:#FFF4DF;*/
	border-top: 1px solid #555555;
	border-bottom: 1px solid #414141;
}
#p7PMnav a:hover, 
#p7PMnav a:focus, #p7PMnav .p7PMon {
	background-color: #444444;
	color: #C3C3C3;
	/*color: #999999*/
	letter-spacing: 0.01px;
	border-color: #000000;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #222222!important; /* before was 333333 20100907*/
	background-color: transparent!important;
	font-weight: bold;
	/*font-weight: normal;*/
	letter-spacing: 0.1em!important;
	border-color: #000000;
}

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

/*the normal trigger link ------------------ this is the triangle pointer ------*/
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	/*background-image:  url(img/p7bp_light_east.gif); current site image*/
	background-image:  url(img/TrianglePointer.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	top: auto;
	z-index: 20000 !important;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
