/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	width: 185px;
}
#p7PMnav li,
#p7PMnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
	border: 1px solid;
	border-color: #FFCC33;
	border-top: 0 !important;
	width: 159px;
}
#p7PMnav a {
	background-color: #FFD457;
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #333333;
	line-height:1.25em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFCC33;
}
#p7PMnav a:hover, 
#p7PMnav a:focus, #p7PMnav .p7PMon {
	color: #FFCC33;
	border-color: #FFFFFF;
	background-color: #005DAB;
}
#p7PMnav {width: 175px;}
#p7PMnav ul {width: 175px;}
#p7PMnav ul li a {
	padding: 3px 10px 3px 15px;

}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFCC33!important;
	background-color: #005DAB!important;
	font-weight: bold;
	letter-spacing: 0.1em!important;
	border-color: #FFCC33;
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(/layout/p7bp_light_east.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;
}
#bcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#bcrumb a, #bcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#bcrumb a:hover, #bcrumb a:focus {
	font-weight: normal;
	color: #FFD457;
	background-color: #005DAB;
}

	
	

