
 ul {list-style: none;padding: 0px;margin:0 auto;line-height:1.6; }
 ul li {display: block;position: relative;float: left; font-family:Copperplate Gothic Light; font-weight:bold; }
  li ul {display: none; font-family:Copperplate Gothic Light;}
  ul li a {display: block;padding: 5px 10px 5px 10px;text-decoration: none;
           white-space: nowrap;color: #000; }
  ul li a:hover {background: #666666;}
  li:hover ul {display: block; position: absolute; width:200px; z-index:999;}
  li:hover li {float: none;}
  li:hover a {background: #666666; color:#F3B42D; -webkit-transition: all 0.7s ease;
transition: all 0.7s ease;}
  li:hover li a:hover {background: #F3B42D; color:#333;}
  #drop-nav li ul li {border-top: 0px; font-family:Copperplate Gothic Light;}