.employerTables {
	width:95%;
	margin-top:18px;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	border-left:1px solid #dadada;
	background:url(../img/bg-general-1.gif) repeat-x bottom;
}
.employerTables td {
	border-top:1px solid #dadada;
	padding: 6px;
}
.employerTables .headline {
	background:url(../img/bg-general-1.gif) repeat-x bottom;
}
.employerTables h3 {
	font-weight:normal;
	font-size:18px;
	margin:3px 0px;
}
.employerTables .leftColumnCells {
	width:150px;
	border-right:1px solid #dadada;
}
#privacyBoxes {
	width:100%;
}
#privacyBoxes td {
	border:none;
	padding:3px;
	background:none;
}
/* -----------------------
TOP MENU */

#topMenuEmployer ul {
}
#topMenuEmployer li {
	list-style: none;
	text-align: right;
}
#topMenuEmployer li a {
	display: block;
	width:160px;
	margin-bottom: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 25px 3px 15px;
	border:none;
}
#topMenuEmployer #link1 a {
	background:#4E6CA9 url(../img/square-orange-top-menu.gif) no-repeat right;
}
#topMenuEmployer #link2 a {
	background: #607CB2 url(../img/square-orange-top-menu.gif) no-repeat right;
}
#topMenuEmployer #link3 a {
	background:#728BBA url(../img/square-orange-top-menu.gif) no-repeat right;
}
#topMenuEmployer #link4 a {
	background:#849AC3 url(../img/square-orange-top-menu.gif) no-repeat right;
}
#topMenuEmployer #link5 a {
	background:#96A9CB url(../img/square-orange-top-menu.gif) no-repeat right;
}
#topMenuEmployer #link6 a {
	background:#A8B9D4 url(../img/square-orange-top-menu.gif) no-repeat right;
}
#topMenuEmployer #link7 a {
	background:#BAC8DC url(../img/square-orange-top-menu.gif) no-repeat right;
}
#topMenuEmployer a:hover {
	color: #000000;
	background: #DFDFDF url(../img/square-orange-top-menu-hover.gif) no-repeat right!important;
}