/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:1 -Windows XP Style
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
	border-top: 1px solid #fff;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #EEEFEA;

}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	/*background-color: #474CAA;*/
	padding: 6px 0px 6px 10px;
	color: #fff;
	line-height:1;
	/*width:100%;*/

	font-size: 12px;
	font-weight: bold;
	border-top: 0px solid #fff;
	border-right: 0px solid #394975;
	border-bottom: 1px solid #fff; /* This one adds a border at the bottom */
	border-left: 0px solid #fff;

}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #878df5;
	color: #FFFFFF;
	letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
	background-color:#878df5;
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(/images/menu/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #99A189;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 260px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 200px;
	background-color: #474CAA;
	padding:0px;
	background-image: none;
	border: 0px;
	border-top: 1px solid #fff;
	list-style-type: disc;
}

/* Breadcrumb trails */
#pmmcrumb {
	font: normal 10px Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	color: #8B967A;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #949E85;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

