/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:10 - Plum Royale
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	border-top: none;
	margin: 0;
	padding:0;
	border-left-style: none;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #030303;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #030303;
}
#p7PMnav ul {
	z-index: 10000;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #030303;
	border-left-color: #030303;
	background-color: #ABABAB;
	border-left-width: 0px;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #00009F;
	border-top: 0px;
	border-right: 1px solid #030303;
	border-bottom: 0px;
	border-left: 0px;
	line-height:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom:4px;
	height: 11px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active, #p7PMnav .p7PMtrg:hover {
	color: #FFFFFF;
	background-color: #ABABAB;
	letter-spacing: 0.01px;
	border-right: 1px solid #030303;
	font-style: normal;
	font-weight: normal;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:active {
}
#p7PMnav .p7PMtrg:hover {
	background-color: #B9B9B9;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 99px;
	height: 20px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 110px;
}
#pmmcrumb {
	color: #818181;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#pmmcrumb a, #pmmcrumb a:visited {
	color: #818181;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	color: #818181;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
