	a.what_we_do {
		display: block;
   		width: 260px;
   		height: 29px;
		background: url("../gfx/menu/what_we_do.jpg") 0 0 no-repeat;
    		text-decoration: none;
    		margin-bottom: 4px;
		}
	a:hover.what_we_do {
		background-position: 0 -30px;
		}


	a.why_work_here {
		display: block;
   		width: 260px;
   		height: 29px;
		background: url("../gfx/menu/why_work_here.jpg") 0 0 no-repeat;
    		text-decoration: none;
    		margin-bottom: 4px;
		}
	a:hover.why_work_here {
		background-position: 0 -30px;
		}


	a.life_at_ems {
		display: block;
   		width: 260px;
   		height: 29px;
		background: url("../gfx/menu/life_at_ems.jpg") 0 0 no-repeat;
		background-position: 0 0px;
    		text-decoration: none;
    		margin-bottom: 4px;
		}
	a:hover.life_at_ems {
		background-position: 0 -30px;
		}


	a.recruiting {
		display: block;
   		width: 260px;
   		height: 29px;
		background: url("../gfx/menu/recruiting.jpg") 0 0 no-repeat;
    		text-decoration: none;
    		margin-bottom: 4px;
		}
	a:hover.recruiting {
		background-position: 0 -30px;
		}


	a.browse_openings {
		display: block;
   		width: 260px;
   		height: 29px;
		background: url("../gfx/menu/browse_openings.jpg") 0 0 no-repeat;
    		text-decoration: none;
    		margin-bottom: 4px;
		}
	a:hover.browse_openings {
		background-position: 0 -30px;
		}
		
	a.apply {
		display: block;
   		width: 260px;
   		height: 29px;
		background: url("../gfx/menu/apply.jpg") 0 0 no-repeat;
    		text-decoration: none;
    		margin-bottom: 4px;
		}
	a:hover.apply {
		background-position: 0 -30px;
		}

