/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:6 - Frosty Blue
  -----------------------------------
*/
/* Nullify margins, padding, and listtyles */
#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;

}
#p7PMnav ul {
	z-index: 10000;
	width:220px;
}
/* Main nav list-item style */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	float:left;
	width: 150px;
	line-height:30px;
}

/* Pop-up list box style */
#p7PMnav li ul {
	background-color:  #eee;  
	border: 4px solid #DDD;
}
/* Pop-up list box style */
#p7PMnav li ul li {
	line-height:11px;
	text-align:left;
	width:210px;
	padding: 5px;	
	clear:left;
	border-bottom: 1px solid #DDD;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display:block;
	/*text-align: center;*/
	text-decoration: none;
	font-size:14px;
	/*color: #FFF;*/
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/*color: #FFF;*/
	text-decoration: none;
}
/* ------ the submenu link styles ------ */
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color: #4b779c;
	background-image:  none;
	font-size:12px;
	text-decoration: none;
}
#p7PMnav li a.p7PMtrgSub {
	background-image:  none;
	text-decoration: none;
	text-align: left;
	font-size:12px;
	width:220px;
	color: #333333;
	margin:0px;
	padding:0;
	line-height:1em;
}
#p7PMnav li a.p7PMtrgSub:hover {
	background-image:  none;
	line-height:1em;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	/*float: left; */	 
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #fff;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav {
	width:150px;
}

.p7Mtrg {
margin-bottom: 20px;
color: #f00;
}



#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #666666;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
