
 ul {list-style: none;padding: 0px;margin:0 auto;line-height:2.0; }
 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: #2A3B58;}
  li:hover ul {display: block; position: absolute; width:200px; z-index:9999;}
  li:hover li {float: none;}
  li:hover a {background: #2A3B58; color:#fff; -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;}
  li:hover li a:hover {background: #FFF; color:#333; -webkit-transform: rotateX(360deg);
-webkit-transform-style: preserve-3d;
transform: rotateX(360deg);
transform-style: preserve-3d;}
  #drop-nav li ul li {border-top: 0px; font-family:Copperplate Gothic Light;}