/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:17 - Ennergi
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0px 0;
	padding: 0 0px;
}
#p7PMnav ul { /*this is for the flyout*/
	margin: 0;
	padding: 0px;
	border: 1px solid #803D85;
	border-bottom: none;
	z-index: 10000;
	background: url(site_graphics/popup_background_jpg.jpg) repeat-y;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 11px 0px 5px 0px;
	margin:0;
	color: #512954;
	border-bottom: 1px solid #803D85;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #512954;
	background: url(site_graphics/menu_hover_background.jpg) repeat-y bottom;
	border-bottom: 1px solid #FFF;
}
#p7PMnav ul a { /*This is fro Flyout ONLY*/
	color: #803D85;
	padding: 5px;
	border-bottom: 1px solid #803D85;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	font-weight: bold;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #B90812;
	background: url(site_graphics/menu_hover_background.jpg) repeat;
	border-bottom: 1px solid #803D85;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #512954;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background: url(site_graphics/p7PM_dark_east.gif) no-repeat right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #512954;
}

/*the submenu classes. The top property is included as a fix for Safari on Panther only.*/

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	top: auto;
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 146px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 148px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #512954;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #512954;
}
