/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color:#FFF;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 5px 12px 10px 12px;
	color: #000;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #093F95;
	letter-spacing: .01px;
	background-color:#fff;
	background-position:bottom;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #000;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-color: transparent;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #093F95;
}

/*the submenu classes */

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

#p7PMnav li {
	
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
	background-image:url(../images/navbar.gif);
	background-repeat:repeat-y;
	border:1px solid #000;
}

#p7PMnav ul li {
border-bottom:none;

}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333;
}
