/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #528a33;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #2a5715;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 7px 15px 7px 7px;
	color: #ffffff;
	line-height:1;
	font-weight: regular;
	background:url("../assets/leftNav-bg.gif") repeat-y left top;
	font-size: .7em;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
    /*letter-spacing:-.02em*/
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	background:url("../assets/leftNav-bg-on.gif") repeat-y left top;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ffffff;
	background:url("../assets/leftNav-bg-on.gif") repeat-y left top;	
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background:url("../assets/leftNav-bg-on-t.gif") repeat-y left top;
}

#p7PMnav li .p7PMtrg, #p7PMnav li a:hover .p7PMtrg{
	background:url("../assets/leftNav-bg-t.gif") repeat-y left top;
}


/* the active trigger link style */
#p7PMnav .p7PMon {
	background:url("../assets/leftNav-bg-on-t.gif") repeat-y left top;
	background-color; #000000;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 167px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	/*background-color: #579938;*/
	width: 167px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
