@media only screen and (min-width: 720px) {
  .ddsmoothmenu { width: 95%; background-color: #e5e5e5; margin-left: 0px; }
  .ddsmoothmenu ul { z-index: 100; margin: 0px; padding: 0px; list-style-type: none; }
  .ddsmoothmenu ul li { position: relative; display: inline; float: left; }
  .ddsmoothmenu ul li a { display: block; background-color: #e5e5e5; padding: 5px 10px; border-right: 1px solid #c9c9c9; text-decoration: none; color: #404040; }
  * html .ddsmoothmenu ul li a { display: inline-block; color: #404040; }
  .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #404040; font-size: 0.875em; }
  .ddsmoothmenu ul li a.selected { background-color: #551c55; color: white; }
  .ddsmoothmenu ul li a:hover { background-color: #404040; color: white; }
  .ddsmoothmenu ul li ul { position: absolute; left: 0px; display: none; visibility: hidden; }
  .ddsmoothmenu ul li ul li { display: list-item; float: none; }
  .ddsmoothmenu ul li ul li ul { top: 0px; }
  .ddsmoothmenu ul li ul li a { width: 160px; padding: 5px; margin: 0px; border-top-width: 0px; border-bottom: 1px solid gray; background-color: #e5e5e5; }
  * html .ddsmoothmenu { height: 1%; }
  .downarrowclass { position: absolute; top: 11px; right: 7px; }
  .rightarrowclass { position: absolute; top: 6px; right: 5px; }
  .ddshadow { position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; background-color: silver; }
  .toplevelshadow { opacity: 0.8; }
  #mainnavfirstli { border-left: 1px solid #c9c9c9; margin-left: 23px; }
}

