/* 

  -----------------------------------

  PopMenu Magic Style Sheet

  by Project Seven Development

  www.projectseven.com

  Menu Type: Horizontal

  Style Theme:0 -Basic Style

  -----------------------------------

*/

#p7PMnav {

	float: left;

	display: inline;

	margin: 0 0 0 195px;

	padding: 0;

}

#p7PMnav li {

	list-style-type: none;

	width: auto;

	margin: 0;

	padding: 0 4px 0 10px;

	background-image: url(https://wm.greatjob.net/wm/p7pm/img/bkg_topnav_firstnav.gif);

	background-repeat: no-repeat;

	background-position: 0 1.5em;

}

#p7PMnav li.first {

	padding: 0 2px 0 0;

	background-image: none;

}

#p7PMnav ul {

	padding: 0;

	background-color: #FFFFFF;

	border-bottom: solid 3px #eeb310;

	position: absolute;

	left: -9000px;

	z-index: 10000;

}

#p7PMnav a {

	display: block;

	text-decoration: none;

	padding: .9em .6em .9em .6em;

	color: #ffffff;

	font-size: 1.1em;

	font-weight: bold;

	line-height: 1;

}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {

	background-color: #205027;

	color: #eeb310;

	letter-spacing: .01px;

}



/* ------ 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(https://wm.greatjob.net/img/p7PM_dark_east.gif);

	background-repeat:	no-repeat;

	background-position: right center;

}

/* the active trigger link style */

#p7PMnav .p7PMon {

	background-color: #205027;

	color: #eeb310;

}

/*the submenu classes */



#p7PMnav .p7PMhide {

	left: -9000px;

}

#p7PMnav .p7PMshow {

	left: auto;

	z-index: 20000 !important;

}

/* Top level menu width */

#p7PMnav li {

	float: left;

}

#p7PMnav ul li {

	float: none;

	padding: 0;

	background-image: none

}

#p7PMnav ul, #p7PMnav ul li {

	width: 200px;

	text-align: left;

	background-color: #205027;

}

#p7PMnav ul a {

	margin: 3px 0;

	padding: 4px 10px 6px 28px;

	font-size: 1em;

	font-weight: normal;

	background-image: url(https://wm.greatjob.net/wm/p7pm/img/bkg_topnav_subnav.gif);

	background-repeat: no-repeat;

	background-position: 15px 2px;

}

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {

	background-color: #357d26;

	color: #ffffff;

	letter-spacing: .01px;

}

#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;

}