/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif; 
	
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}

#p7PMnav li li { 
/*	text-indent: 0px; 
*/	/*border-left:1px solid #cccccc;*/
	
	border-bottom:1px solid #cccccc; }

#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	position: absolute;
	left: -9000px;
	
/*	z-index: 500000;*/
}
#p7PMnav a {
	display: block;
	text-decoration: none;
/*	padding: 4px 10px;
*/	color: #666666;
	/*line-height:1;text-indent: -5000px;*/
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	background-color: #426074;
	color: #ffffff;
	letter-spacing: .01px;
}

#p7PMnav ul li a {padding: 2px 10px; }

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
/*	color: #333333;
*/	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

#p7PMnav li li a:hover { background-position: right center !important; }
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: /*#FFB720*/transparent;
	color: #333333
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 200000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 188px;
}

#p7PMnav ul li { }

#p7PMnav a:hover /*,#p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon ,#p7PMnav .p7PMmark */ {
	background-position: right bottom;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 { height: 27px !important; text-indent: -5000px; }

#nav1 { width: 120px; background: url(../img/nav/nav-about.png) repeat-y; }
#nav2 { width: 124px; background: url(../img/nav/nav-education.png) repeat-y; }
#nav3 { width: 200px; background: url(../img/nav/nav-govt.png) repeat-y; }
#nav4 { width: 190px; background: url(../img/nav/nav-connect.png) repeat-y; }
#nav5 { width: 133px; background: url(../img/nav/nav-multi.png) repeat-y; }
#nav6 { width: 166px; background: url(../img/nav/nav-meetings.png) repeat-y; }

#p7PMnav .lock a { background-image: url(../img/lockimg-over.png) !important; background-position: right center; background-repeat: no-repeat; float: none; width: auto; height: auto;}		

#p7PMnav .lock a:hover { background-image: url(../img/lockimg-over.png) !important; background-position: right center; background-repeat: no-repeat; }

#p7PMnav .lock { margin-top: 0px; background-image: none!important;/* background-position: right center!important;*/width: auto; height: auto;float: none;padding-bottom: -1px;}	