/* Styles for use on the front page */
		
	img {
		border: none;
	}

	.button-alternative{
		display: none;
	}

	.buyjobs a{
		display:block;
		width: 150px;
		height: 50px;
		background: url("/images/buyjobsButton2.gif") 0 0 no-repeat;
	}
	
	.buyjobs a:hover{
		background: url("/images/buyjobsButtonOver2.gif") 0 0 no-repeat;
	}
		
	.fullservice a{
		display:block;
		width: 150px;
		height: 50px;
		background: url("/images/fullserviceButton2.gif") 0 0 no-repeat;
	}
	
	.fullservice a:hover{
		background: url("/images/fullserviceButtonOver2.gif") 0 0 no-repeat;
	}
		
	.findjobs a{
		display:block;
		width: 150px;
		height: 50px;
		background: url("/images/findjobsButton2.gif") 0 0 no-repeat;
	}
	
	.findjobs a:hover{
		background: url("/images/findjobsButtonOver2.gif") 0 0 no-repeat;
	}
		
	.buysmart a{
		display:block;
		width: 150px;
		height: 50px;
		background: url("/images/buysmartButton2.gif") 0 0 no-repeat;
	}
	
	.buysmart a:hover{
		background: url("/images/buysmartButtonOver2.gif") 0 0 no-repeat;
	}
		
	.buytests a{
		display:block;
		width: 150px;
		height: 50px;
		background: url("/images/buytestsButton2.gif") 0 0 no-repeat;
	}
	
	.buytests a:hover{
		background: url("/images/buytestsButtonOver2.gif") 0 0 no-repeat;
	}
		
	.register a{
		display:block;
		width: 150px;
		height: 50px;
		background: url("/images/registerButton2.gif") 0 0 no-repeat;
	}
	
	.register a:hover{
		background: url("/images/registerButtonOver2.gif") 0 0 no-repeat;
	}
		
	table#mainmenu tr{
		border-left: 2px solid #000066;
		border-right: 2px solid #000066;
	}
			
	table#mainmenu td.header{
		padding: 0;
		width: 186;
	}
	
	td.smarthire{
		border-right: 1px solid #000066;
		border-left: 2px solid #000066;
	}
	
	td.jobboard{
		border-right: 2px solid #000066;
	}
	
	td.testing{
		border-right: 1px solid #000066;
	}
	
	td.execsearch{
		border-right: 1px solid #000066;
	}
	
	
	
	td.menufoot{
		background: url("images/linebreak.gif");
	}

