/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:8 -Steel
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding: 1px;
	background-color: #D9D9D9;
	background-image:  url(img/p7PM_steel_vertical.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #999999;
	font-weight: bold;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px;
	color: #666666;
	border: 1px solid #CCCCCC;
	border-right: 1px solid #EEEEEE;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FFFFFF;
	color: #666666;
	letter-spacing: 0.01px;
}

/* ------ the current page "You are Here" style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
}
/* ------ the Trigger links ------ */

#p7PMnav .p7PMtrg {
	color: #666666;
	background-image: url(img/p7PM_light_east.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ------the Active Trigger link ------ */
#p7PMnav .p7PMon {
	background-color: #FFFFFF;
	color: #CCCCCC;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #666666;
	background-image: url(img/p7PM_dark_east.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*	The submenu classes that control
	positioning and visibility*/

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 166px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 166px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #6F829D;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #7789A4;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.boldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}
.boldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000066;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.lg_body_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.lg_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: lighter;
}
.sm_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
