/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav {
	padding:0px;

	background-repeat: repeat-x;
	background-position: left center;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	display: block;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#jobseeker #p7PMnav a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	line-height:1;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	background-color: #91002F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	}
#employer #p7PMnav a {
	display: block;
	text-decoration: none;
	color: #2D4492;
	line-height:1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;

	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1DA;
	}
#jobseeker #p7PMnav ul a, #employer #p7PMnav ul a {
	background-position: left center;
	background-repeat: repeat-x;

	}


#employer #p7PMnav a:hover, #employer #p7PMnav a:active, #employer #p7PMnav a:focus {
	background-color: #E3E3EE;

	color: #FFFFFF;
}


#jobseeker #p7PMnav a:hover, #jobseeker #p7PMnav a:active, #jobseeker #p7PMnav a:focus {
	background-color: #CCCCCC;
	color: #333333;
}
#jobseeker #p7PMnav ul a:hover, #jobseeker #p7PMnav ul a:active, #jobseeker #p7PMnav ul a:focus {
	background-color: #E3E3EE;

	color: #990000;
	background-repeat: repeat-x;
	background-position: left center;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-color: #E3E3EE;
	color: #000066;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #000066;
	color: #FFFFFF;}

#p7PMnav ul .p7PMon {
}
/*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: 127px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990033;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 128px;
	margin: 0px;
	padding: 0px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
