#navigation {
	width: 920px;
	background-color: #ff0000;
	height: 34px;
	margin-bottom: 0px;
	margin-left: 0;
}

	*:first-child+html #navigation {		
		padding-left: 40px;
	}
	
	* html #navigation {
		padding-left: 30px;
		width: 930px;
	}

	

#navigation li {
	float: left;
	list-style-type: none;
	padding-top: 14px;
}

#navigation li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 14px 0 11px;
}

	#navigation li a:hover {
		color: #000;
	}
	
#content_banners .click_here1 a {

display:block;
float: left;
width: 316px;
height: 75px;
background: url(../grfx/order_online.jpg) 0 0px no-repeat;

}

#content_banners .click_here1 a:hover { 
background-position: 0 -75px;
}

#content_banners .click_here2 a {
margin: 0 6px 0 6px;
display:block;
width: 316px;
float: left;
height: 75px;
background: url(../grfx/free_delivery.jpg) 0 0px no-repeat;

}

#content_banners .click_here2 a:hover { 
background-position: 0 -75px;
}

#content_banners .click_here3 a {

display:block;
width: 316px;
float: left;
height: 75px;
background: url(../grfx/beef_lamb.jpg) 0 0px no-repeat;

}

#content_banners .click_here3 a:hover { 
background-position: 0 -75px;
}

	