﻿/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	text-decoration: none;
	background-color: #F4F4F4;
	color: #467AA7;
	line-height:1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #E0E0E0;
	color: #467AA7;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #467AA7;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg {
	background-position: right center;
	background-color: #F4F4F4;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #ECECEC;
	color: #467AA7;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px; LEFT: -9000px
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 200px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 200px;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #CCCCCC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #467AA7;
}



