/*#test {
	background-color: #42668a;
	height: 1000px;
	width: 186px;
}
#test p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
	margin: 0px;
}
#test2 {
	background-color: #666666;
	height: 75px;
	width: 100%;
	clear: both;
}*/
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:8 -Steel
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding: 0px 0px;
	background-color: #8CADCE;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #8CADCE;
	padding: 6px 14px 6px 10px;
	color: #000000;
	border-right: 0px none;
	line-height:1;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #BDD7F0;
	color: #000000;
	letter-spacing: 0.01px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* ------ the current page "You are Here" style ------ */
#p7PMnav .p7PMmark {
	background-color: #cc9900;
}
/* ------ the Trigger links ------ */

#p7PMnav .p7PMtrg {
	color: #000000;
	background-image: url(img/p7PM_light_east.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ------the Active Trigger link ------ */
#p7PMnav .p7PMon {
	background-color: #bdd7f0;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 0px none;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none;
	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: 100%;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 187px;
}
