$(document).ready(function(){

  $('.dropNav li ul').css('opacity',0.85);

});

$(function(){
    $('a.new-window').click(function(){
        window.open(this.href);
        return false;
    });
});