$("#products").hover(
  function () {
  	if ($(this).is(':empty')) {
    	$(this).append('<div class="products2"><a href="/products"></a></div><li class="dualshield"><a href="/products/dualshield"></a></li><li class="dualtrust"><a href="/products/dualtrust"></a></li><li class="cryptokey"><a href="/products/cryptokey"></a></li>');
    }
  }
);

$("#solutions").hover(
  function () {
  	if ($(this).is(':empty')) {
    	$(this).append('<div class="solutions2"><a href="/solutions"></a></div><li class="vpn"><a href="/solutions/vpn"></a></li><li class="web"><a href="/solutions/web"></a></li><li class="cloud"><a href="/solutions/cloud"></a></li><li class="virtual_desktop"><a href="/solutions/vdi"></a></li><li class="windows"><a href="/solutions/windows"></a><li class="mac"><a href="/solutions/mac"></a></li><li class="outlook"><a href="/solutions/outlook"></a></li><li class="linux"><a href="/solutions/linux"></a></li>');
    }
  }
);

$("#authenticators").hover(
  function () {
  	if ($(this).is(':empty')) {
    	$(this).append('<div class="authenticators2"><a href="/tokens"></a></div><li class="on_demand"><a href="/tokens/ondemand"></a></li><li class="software_tokens"><a href="/tokens/software"></a></li><li class="hardware_tokens"><a href="/tokens/hardware"></a></li><li class="biometrics"><a href="/tokens/bio"></a></li><li class="device_dna"><a href="/tokens/dna"></a></li><li class="certificates"><a href="/tokens/cert"></a></li>');
    }
  }
);

$("#services").hover(
  function () {
  	if ($(this).is(':empty')) {
    	$(this).append('<div class="services2"><a href="/services"></a></div><li class="find_resellers"><a href="/partners/find"></a></li><li class="custom_solutions"><a href="/services/custom.asp"></a></li>');
    }
  }
);

$("#news").hover(
  function () {
  	if ($(this).is(':empty')) {
    	$(this).append('<div class="news2"><a href="/news"></a></div><li class="press_releases"><a href="/news/press"></a></li><li class="news_news"><a href="/news/news"></a></li><li class="events"><a href="/news/events"></a></li>');
    }
  }
);

$("#downloads").hover(
  function () {
  	if ($(this).is(':empty')) {
    	$(this).append('<div class="downloads2"><a href="/downloads"></a></div><li class="software"><a href="/downloads/software"></a></li><li class="whitepapers"><a href="/downloads/whitepaper"></a></li><li class="product_brochures"><a href="/downloads/brochures"></a></li><li class="technical_docs"><a href="/downloads/docs"></a></li><li class="logo_images"><a href="/downloads/logos"></a></li>');
    }
  }
);

