var toolbartop             = 60; // only used to define where the drop-down menu appears
                                 // the 'real' top of the toolbar is defined by it's
                                 // position in the HTML
var menubg                 = "#2F7B74";
var menufontcolor          = "#ffffff";
var menufonthighlightcolor = "#f7fbad";
// override the default colours
menubg="#50A095";
menufontcolor="#FFFFFF";
menufonthighlightcolor="#f7fbad";

