/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:7 -L'Orange
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px 10px;
	color: #333333;
	border-top: 1px solid #F8AA59;
	border-right: 1px solid #F8AA59;
	border-bottom: 1px solid #F8AA59;
	border-left: 10px solid #F8AA59;
	line-height:1.5;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FF9900;
	color: #FFFFFF;
	border-top: 1px solid #381B06;
	border-right: 1px solid #381B06;
	border-bottom: 1px solid #381B06;
	border-left: 10px solid #381B06;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
	border-top: 1px solid #F8AA59;
	border-right: 1px solid #F8AA59;
	border-bottom: 1px solid #F8AA59;
	border-left: 10px solid #F36821;
	background-color: #FEEBA1;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFB74A;
	color: #FFFFFF;
	border-left: 10px solid #381B06;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	border: 0;
}
/* Top level menu width */
#p7PMnav {
	width: 180px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}

