.topnav {
	padding: 0 0 0 216px;
	margin: 0 0 0 0;
	float: left;
	width: 636px; /* 852 - 176 */
	background-color: #FFF;
	z-index: 9999;
}

.topnav .nav_home {

	width: 37px;
	border-right: 1px solid #ced596;
	margin-top: 20px;
	padding: 0px 20px 0px  0px;
	float: left;

}
.topnav .nav_home a{
	padding: 0px 5px 5px 5px;
	color: #90487c;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;

	float: left;
}

.topnav .nav_search {
	margin-top: 20px;
	margin-left: 17px;
	width: 105px;
	border-right: 1px solid #ced596;
	padding: 0 10px 0  0;
	float: left;
}
.topnav .nav_search a{

	padding: 0px 5px 5px 5px;
	color: #90487c;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;

	float: left;
}

.topnav .nav_careervitals {
	margin-top: 20px;
	margin-left: 17px;
	width: 135px;
	border-right: 1px solid #ced596;
	padding: 0 10px 0  0;
	float: left;
}
.topnav .nav_careervitals a{
	padding: 0px 5px 5px 5px;
	color: #90487c;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;

	float: left;
}

.topnav .nav_careertools {
	margin-top: 20px;
	margin-left: 0px;
	width: 117px;
	padding: 0 10px 0  0;
	float: left;
}
.topnav .nav_careertools a{
	padding: 0px 5px 5px 5px;
	color: #90487c;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;

	float: left;
}

.topnav .nav_employers {
	width: 155px;
	height: 20px;
/* 	background: url(../images/menu_subnav_bg_employer.jpg) no-repeat;
	padding-top:10px;
	padding-left: 32px; */
	margin-top: 10px;
	float: left;
}

.topnav .nav_employers:hover {
/* 	width: 155px; /*155 -15 */
	height: 20px;
	background: url(../images/menu_subnav_employer_hover.jpg) no-repeat; */

}


.topnav .nav_employers a{
	color: #ffffff; /* fbf7c3 */
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.topnav .nav_employers a:hover {
	padding-left:0px;
	color: #ffffff;
}

.topnav div a:hover{
	color: #e87a24;
}

.subnav1 {
	display: none;
	position: absolute;
	border: 1px solid #a4b839;
	width: 200px;
	padding: 4px;
	background-color: #fff;
	margin-left: -18px;
	margin-top: 20px;
	z-index: 99999;
}
.topnav .subnav1 a{
	color: #827f7e;
}


.subnav2 {
	display: none;
	position: absolute;
	border: 1px solid #a4b839;
	width: 200px;
	padding: 4px;
	background-color: #fff;
	margin-left: -18px;
	margin-top: 20px;
	z-index: 99999;
}
.topnav .subnav2 a{
	color: #827f7e;
}

.subnav3 {
	display: none;
	position: absolute;
	border: 1px solid #a4b839;
	width: 190px;
	padding: 4px;
	background-color: #fff;
	margin-left: -18px;
	margin-top: 20px;
	z-index: 99999;
}
.topnav .subnav2 a{
	color: #827f7e;
}
.imgSubNavArrow {
	margin-right: 3px;	
	visibility: hidden;
}

.subnav_spacer {
	width: 144px;
	height: 1px;
	background: url(../images/menu_subnav_dropdown_spacer.gif);
	
	margin: 10px 0px;
}

.subnav_link {
	width: 144px;
}