#whitesnacks {
	width: 33%;
	height: 50px;
	overflow: show;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 33%;
	z-index: 9999;
}
#snacks {
	width: 100%;
	height: 50px;
	overflow: show;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

#snacks a:link, #snacks a:visited {
	color: #868686;
		display: inline-block;
		height: 18px;
		text-align: center;
		
		padding: 19px 15px 15px 15px;
		
		margin-right: -6px;
		margin-top: -6px;
}

#snacks a:active, #snacks a:hover {
	color: #af181c;
		display: inline-block;
		height: 18px;
		text-align: center;
		
		padding: 19px 15px 15px 15px;
		
		margin-right: -6px;
		margin-top: -6px;
}



