.accordion { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}
.accordion li { 
	cursor: pointer; 
	list-style-type: none; 
	padding: 0px 15px 0px 0px; 
	margin: 0 1px 0 0; 
	float: right; 
	display: block; 
	text-align: right;
	width: 120px; 
	background:  url(../img/menu-arrow.png) 125px 6px no-repeat;
}
	.accordion span {
		background: url(../img/menu-line.png) 60% 100% no-repeat;
		float: right;
		height: 1px;
		width: 120px;
		margin: 3px 0;
		#margin: 3px -15px 3px 0;
		
	}
.accordion li.active { 
	background:  url(../img/menu-arrow-down.png) 125px 6px no-repeat;
}
.accordion li div { 
	padding: 10px 0 10px 25px;
	display: block;
	clear: both;
	float: right;
	width: 95px;
	text-align: right;
}
.accordion a {
	text-decoration: none; 
	font: 12px Arial, sans-serif; 
	color: #fff; 
	padding: 0; 
	display: block; 
	cursor: pointer; 

}

/* Level 2 */
.accordion li div a{
	text-decoration: none;
}

div.menu ul li a{
	display: block;
	padding: 0 116px 0 0;
	height: 20px;
}
	div.menu ul li a span,
	ul.quicklink li a span,
	ul.quicklink-small li a span{
		display: none;
	}

	div.menu ul li a.home {
		background: url(../img/home-btn.png) 50% 0 no-repeat;
	}
	div.menu ul li a.company {
		background: url(../img/who-we-are-btn.png) 50% 0 no-repeat;
	}
	div.menu ul li a.food {
		background: url(../img/products-btn.png) 50% 0 no-repeat;
	}
	div.menu ul li a.culinary {
		background: url(../img/menu-solutions-btn.png) 50% 0 no-repeat;
	}
	div.menu ul li a.product {
		background: url(../img/safety-quality-btn.png) 50% 0 no-repeat;
	}
	div.menu ul li a.education {
		background: url(../img/links-btn.png) 50% 0 no-repeat;
	}
	div.menu ul li a.contact {
		background: url(../img/contact-us-btn.png) 50% 0 no-repeat;
	}
	
div.submenu a {
	display: block;
	padding: 0 105px 0 0;
}
	div.submenu a.airlines {
		background: url(../img/airlines-btn.png) 50% 0 no-repeat;
	}
	div.submenu a.healthcare {
		background: url(../img/healthcare-btn.png) 50% 0 no-repeat;
	}
	div.submenu a.foodservice {
		background: url(../img/food-service-btn.png) 50% 0 no-repeat;
	}
	div.submenu a.export {
		background: url(../img/export-btn.png) 50% 0 no-repeat;
	}
/*BIGGER QUICKLINK VERSION*/
ul.quicklink {
	margin: 0;
	padding: 0;
	position: relative;
}

/*SMALLER QUICKLINK VERSION
ul.quicklink {
	margin: 0 0 0 57px;
	padding: 0;
	position: relative;
}
*/
ul.quicklink li,
ul.quicklink-small li{
	list-style: none;
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
}

	/*BIGGER QUICKLINK VERSION*/
	ul.quicklink li a {
		float: left;
		padding: 0 126px 0 0;
		height: 151px;
		text-decoration: none;
	}
		ul.quicklink li a.airlinequick {
			background: url(../../media/airline-btn.png) 0 0 no-repeat;
		}
		ul.quicklink li a.healthcarequick {
			background: url(../../media/healthcare-btn.png) 0 0 no-repeat;
		}
		ul.quicklink li a.foodservicequick {
			background: url(../../media/food-service-btn.png) 0 0 no-repeat;
		}
		ul.quicklink li a.exportquick {
			background: url(../../media/export-solutions-btn.png) 0 0 no-repeat;
		}
	
	/*SMALLER QUICKLINK VERSION
		ul.quicklink li a {
		float: left;
		padding: 0 112px 0 0;
		height: 134px;
		text-decoration: none;
	}
		ul.quicklink li a.airlinequick {
			background: url(../../media/airline-btn-smaller.png) 0 0 no-repeat;
		}
		ul.quicklink li a.healthcarequick {
			background: url(../../media/healthcare-btn-smaller.png) 0 0 no-repeat;
		}
		ul.quicklink li a.foodservicequick {
			background: url(../../media/food-service-btn-smaller.png) 0 0 no-repeat;
		}
		ul.quicklink li a.exportquick {
			background: url(../../media/export-solutions-btn-smaller.png) 0 0 no-repeat;
		}
	
	*/
	ul.quicklink-small li{
		margin-bottom: 18px;
	}
	ul.quicklink-small li a {
		float: left;
		padding: 0 192px 0 0;
		height: 64px;
		text-decoration: none;
	}
		ul.quicklink-small li a.airlinequick {
			background: url(../../media/airline-btn-small.gif) 0 0 no-repeat;
		}
		ul.quicklink-small li a.healthcarequick {
			background: url(../../media/healthcare-btn-small.gif) 0 0 no-repeat;
		}
		ul.quicklink-small li a.foodservicequick {
			background: url(../../media/food-service-btn-small.gif) 0 0 no-repeat;
		}
		ul.quicklink-small li a.exportquick {
			background: url(../../media/export-solutions-btn-small.gif) 0 0 no-repeat;
		}

div.menu ul li a:hover,
div.menu ul li.hover a{
	background-position: 2px -20px;
}

div.menu ul li div.submenu a:hover {
	background-position: 5px -19px;
}
/*BIGGER VERSION*/
ul.quicklink li a:hover {
	background-position: 0px -151px;
}

/*SMALLER VERSION
ul.quicklink li a:hover {
	background-position: 0px -134px;
}*/

ul.quicklink-small li a:hover {
	background-position: 0px -64px;
}
