	.menu li {
			display: table-cell;
			}
		.menu li a {
			display: block;
			color: #fff;
			}

		#main_menu {
        	background: url(images/menu_bg.gif) repeat-x;
			height: 25px;
			margin: 0 auto;
			display: table;
    	}
		#main_menu li {
            margin: 0;
			padding: 0;
        }
		#main_menu li a {
			background-position: 0 0;
			height: 25px;
            display: block;
			text-indent: -9999px;
			margin: 0 3px;
        }

		#secondary_menu {
            display: table;
        }

    	#secondary_menu li {
            margin: 0 5px;
        }
		#secondary_menu li a {
            text-transform: uppercase;
			text-decoration: none;
			margin: 5px 10px 0 10px;
			font-weight: bold;
			color: #fff;
        }
		#secondary_menu li a:hover {
			text-decoration: underline;
			color: #fff;
        }
		#secondary_menu li a.current {
            border-bottom: 1px dotted #fff;
			color: #FFCF97;
        }

		/* Main Menu backgrounds */
		#deli a {
            background: url(images/menu_deli.gif) no-repeat;
			width: 140px;
        }
		#deli a.current {
            background-position: -140px 0;
        }
		#deli a:hover {
            background-position: -280px 0;
        }
		#catering a {
            background: url(images/menu_catering.gif) no-repeat;
			width: 69px;
        }
		#catering a.current {
            background-position: -69px 0;
        }
		#catering a:hover {
            background-position: -138px 0;
        }
		#ice a {
            background: url(images/menu_ice.gif) no-repeat;
			width: 100px;
        }
		#ice a.current {
            background-position: -100px 0;
        }
		#ice a:hover {
            background-position: -200px 0;
        }
		#lunchtrucks a {
            background: url(images/menu_lunchtrucks.gif) no-repeat;
			width: 98px;
        }
		#lunchtrucks a.current {
            background-position: -98px 0;
        }
		#lunchtrucks a:hover {
            background-position: -196px 0;
        }
		#wildgame a {
            background: url(images/menu_wildgame.gif) no-repeat;
			width: 159px;
        }
		#wildgame a.current {
            background-position: -159px 0;
        }
		#wildgame a:hover {
            background-position: -318px 0;
        }
        #fundraising a {
            background: url(images/menu_fundraising.gif) no-repeat;
			width: 92px;
        }
		#fundraising a.current {
            background-position: -92px 0;
        }
		#fundraising a:hover {
            background-position: -184px 0;
        }
		/* end Main Menu Graphics */
