@charset "UTF-8";
/* CSS Document */


.nav_employment { 
	background: url(/employment/images/nav_employment.gif) no-repeat 0px 0px; 
	cursor: pointer; 
	padding-top: 19px;
	width: 138px;
	float: left;
	height: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    text-decoration: none;
	display:block;
}

.emplink {
	text-decoration:underline;
}

.emplink:hover {
	text-decoration:none;
}


