/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:6 - Frosty Blue
  -----------------------------------
*/

#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-color: #000000;
}

#p7PMnav ul {
	z-index: 10000;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 8px;
	color: #FDCC12;
	line-height:1;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FF0D01;
	color: #CCCCCC;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FEE789;
	font-weight: bold;
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image: url(/html/p7pm/img/p7PM_light_east.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #666666;
	color: #CCCCCC;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}

#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav {
	width: 154px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 146px;
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #666666;
}

#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}

#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
