/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:6 - Frosty Blue
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;

}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	font-size:8pt;
	font-weight:bold;
	color:#67686a;
	text-decoration:none;
	font-family:verdana;
	background-image: url(img/p7PM_frost.jpg);
	background-repeat:no-repeat;
	text-align:left;
	line-height:25px;
	padding-left:25px;
	padding-bottom:0px;
	padding-top:0px;
	display:block;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background-image: url(img/p7PM_frost_ovr.jpg);
	background-repeat:no-repeat;
	font-family:verdana;
	text-align:left;
	line-height:25px;
	display:block;
	padding-left:25px;
	padding-bottom:1px;
	padding-top:0px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ff0000;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	
	background-image: url(img/menu_bg_sub.jpg);
	background-repeat:no-repeat;
	background-position: left;
	font-size:8pt;
	font-weight:bold;
	color:#67686a;
	text-decoration:none;
	font-family:verdana;
	background-repeat:no-repeat;
	text-align:left;
	line-height:25px;
	padding-left:25px;
	padding-bottom:0px;
	padding-top: 1px;
	display:block;


	
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	
	color: #CCCCCC;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 1;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 210px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 220px;
}
#pmmcrumb {
	font-weight: bold;
	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;
}