/*
  -----------------------------------
  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;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #C31286;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px 26px 0px;
	color: #F7C1B8;
	line-height:1.3em;
	text-align: center;
	font-weight: bold;
	margin-right: 3px;
}
#p7PMnav a b {
	display: block;
	font-size: 18px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	letter-spacing: 0px;
}
/* ------ **** Special Section Colors **** ------ */
/* All About */
#p7PMnav #orange a:hover, #p7PMnav #orange a:active, #p7PMnav #orange a:focus {
	color: #F3664A;
}
#p7PMnav #orange .p7PMmark {
	color: #F3664A;
}

/* Curriculum */
#p7PMnav #purple a:hover, #p7PMnav #purple a:active, #p7PMnav #purple a:focus {
	color: #B68BD5;
}
#p7PMnav #purple .p7PMmark {
	color: #B68BD5;
}

/* What's New */
#p7PMnav #ltblue a:hover, #p7PMnav #ltblue a:active, #p7PMnav #ltblue a:focus {
	color: #71C9C8;
}
#p7PMnav #ltblue .p7PMmark {
	color: #71C9C8;
}

/* Store */
#p7PMnav #teal a:hover, #p7PMnav #teal a:active, #p7PMnav #teal a:focus {
	color: #0092A1;
}
#p7PMnav #teal .p7PMmark {
	color: #0092A1;;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #F3664A;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	top: 225px;
	left: auto;
	z-index: 20000 !important;
}
#p7PMnav .p7PMshow .p7PMshow {
	top: 34px;
	left: 20px;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#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: #F3664A;
}
#p7PMnav ul li a {
	text-decoration: none;
	padding: 8px 10px;
	color: #FEF5E3;
	line-height:1;
	background-color: #C7118A;
	margin: 0px 0px 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEF5E3;
}
