#vegetables {
background-image:url(EggplantsBeauty.jpg);
	
	background-repeat: no-repeat;
	background-position: right bottom;
	
	background-color:#9BCA8D;
	margin: 0px 0px 20px;
	padding: 10px 10px 0px;
	
}
#fruits {
	background-image:url(RaspberriesBlueberriesBlackberries.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align:right;
	background-color:#F9CD79;
	margin: 0px 0px 20px;
	padding: 10px 10px 0px;
}

#fruits a:link,#fruits a:visited,#fruits a:active,#recipesIS ul a:link,#recipesIS ul a:visited,#recipesIS ul a:active {
color:#FF0033;
border:none;
}
#fruits a:hover, #recipesIS ul a:hover{
color:#FFFF33;
border-bottom:1px solid;
}
#recipesIS{
	background-color:#F9CD79;
	
}
#holidaysIS{
	background-color:#9BCA8D;
	
}
#vegetables a:link,
#vegetables a:visited,
#vegetables a:active,
#holidaysIS a:link,
#holidaysIS a:visited,
#holidaysIS a:active {
color:#006666;
border:none;
}
#vegetables a:hover, #holidaysIS a:hover{
/*color:#FFFF33;*/
border-bottom:1px solid;
}
ul {
line-height:1.5;
list-style:none;
}