/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

li a {
	margin-bottom: 5px;
	}

ul { list-style: none; }
ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666;  list-style: none;}
ul li a:hover { background: #fdbf57; color: #8b0f04; }
ul li:last-child a { border: none;}

#organic-tabs { background: #eee; padding: 10px; margin: 0 0 8px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666;}

#explore-nav { overflow: hidden; margin: 0 0 10px 0; }
#explore-nav li { width: 110px; float: left; margin: 0 5px 0 0;}
#explore-nav li.last { margin-right: 0;  list-style: none;}
#explore-nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0;}
#explore-nav li a:hover { background-color: #fdbf57; color: #8b0f04; }

#steak-egg, #cereal, #french-toast, #omlet, #side-order, #salad, #sandwich, #burger, #special, #appetizer, #pasta, #alt-choice, #special, #chicken, #seafood, #beef, #dessert  { display: none; }

#explore-nav li#ex-egg a.current, ul#egg li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-cereal a.current, ul#cereal li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-french-toast a.current, ul#french-toast li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-omlet a.current, ul#omlet li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-side-order a.current, ul#side-order li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-salad a.current, ul#salad li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-sandwich a.current, ul#sandwich li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-burger a.current, ul#burger li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-special a.current, ul#special li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-appetizer a.current, ul#appetizer li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-pasta a.current, ul#pasta li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-alt-choice a.current, ul#alt-choice li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-special a.current, ul#special li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-chicken a.current, ul#chicken li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-seafood a.current, ul#seafood li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-beef a.current, ul#beef li a:hover { background-color: #8b0f04; color: white;}
#explore-nav li#ex-dessert a.current, ul#dessert li a:hover { background-color: #8b0f04; color: white;}

