/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:8 -Steel
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding: 4px;
	background-color: #CC6600;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #660000;
	width: 115px;
	
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFFF99;
	padding: 4px 4px 4px 6px;
	color: #660000;
	border: 1px solid #660000;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FFFF99;
	color: #CC6600;
}

/* ------ the Trigger links ------ */

#p7PMnav .p7PMtrg {
	color: #660000;
	background-position: right center;
}

/* ------the Active Trigger link ------ */
#p7PMnav .p7PMon {
	background-color: #FFFF99;
	color: #CC9900;

}
/*	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: 115px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 115px;
}
#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;
}
