/* Order (sandwiches) by...
============================ */

#left_column ul#order {
  font: normal 70% Arial, Helvetica, sans-serif;
  height: 27px;
  padding: 8px 0 0 18px;
}

  #left_column ul#order li {
    height: 27px;
    float: left;
  }
    #left_column ul#order li a {
    	display: block;
    	height: 27px;
    	cursor: pointer;
    }

    #left_column ul#order li a.name {background: url(/img/buttons/name.gif) 0 0 no-repeat; width: 96px;}
    #left_column ul#order li a.latest {background: url(/img/buttons/most_recent.gif) 0 0 no-repeat; width: 61px;}
    #left_column ul#order li a.highest_rated {background: url(/img/buttons/highest_rated.gif) 0 0 no-repeat; width: 108px;}
    #left_column ul#order li a.time_to_make {background: url(/img/buttons/make.gif) 0 0 no-repeat; width: 110px;}

      #left_column ul#order li a.name:hover,
      #left_column ul#order li a.latest:hover,
      #left_column ul#order li a.highest_rated:hover,
      #left_column ul#order li a.time_to_make:hover {background-position: 0 -27px;}

    #left_column ul#order li.name_on {background: url(/img/buttons/name.gif) 0 0 no-repeat; background-position: 0 -54px; width: 96px;}
    #left_column ul#order li.latest_on {background: url(/img/buttons/most_recent.gif) 0 0 no-repeat; background-position: 0 -54px; width:61px;}
    #left_column ul#order li.highest_rated_on {background: url(/img/buttons/highest_rated.gif) 0 0 no-repeat; background-position: 0 -54px; width: 108px;}
    #left_column ul#order li.time_to_make_on {background: url(/img/buttons/make.gif) 0 0 no-repeat; background-position: 0 -54px; width: 110px;}

    #left_column ul#order li.text {margin: 6px 8px 0 0;}
