/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	font-size: 12px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul li {

}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
}
#p7PMnav ul a {
	text-decoration: none;
	padding: 4px 10px 4px 4px;
	color: #333399;
	border-top: 1px solid #CCC;
	line-height:1.0;
	background-color: #EEE;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #630000;
	color: #fff;
	letter-spacing: 0.01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #630000;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

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

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	/*width: 85px;*/
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
}
#b1, #b2, #b3, #b4, #b5, #b6, #b7, #b8, #b9 {
	height: 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -3000px;
}
#b1 {
	width: 72px;
	background-image:url(../img/nav2/home.png);
}
#b2 {
	width: 105px;
	background-image:url(../img/nav2/education.png);
}
#b3 {
	width: 115px;
	background-image:url(../img/nav2/hr.png);
}
#b4 {
	width: 137px;
	background-image:url(../img/nav2/dept.png);
}
#b5 {
	width: 88px;
	background-image:url(../img/nav2/policies.png);
}
#b6 {
	width: 72px;
	background-image:url(../img/nav2/admin.png);
}
#b7 {
	width: 88px;
	background-image:url(../img/nav2/my.png);
}
#b8 {
	width: 96px;
	background-image:url(../img/nav2/mmsc.png);
}
#b9 {
	width: 96px;
	background-image:url(../img/nav2/board.png);
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMmark {
	background-position: 0px -60px;
}
/* Custom Widths*/
#p7PMnav .c2 li {width: 160px;}
#p7PMnav .c2 li ul li {width: 180px;}
#p7PMnav .c3 li {width: 160px;}
#p7PMnav .c3 li ul li {width: 180px;}
#p7PMnav .c4 li {width: 200px;}
#p7PMnav .c4 li ul li {width: 240px;}
#p7PMnav .c5 li {width: 180px;}
#p7PMnav .c5 li ul li {width: 180px;}
#p7PMnav .c6 li {width: 190px;}
#p7PMnav .c6 li ul li {width: 180px;}
#p7PMnav .c7 li {width: 180px;}
#p7PMnav .c7 li ul li {width: 180px;}
#p7PMnav .c9 li {width: 180px;}
#p7PMnav .c9 li ul li {width: 180px;}
#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;
}
