document.write("<style>");
            /*Home button styles*/
document.write(".homebtn{position: absolute; top: 0;left: 76;width: 25;z-index: 150;height: 19;color: #ffffff;}");
document.write(".homebtn a{ font: 8pt Verdana,sans-serif;font-weight: 700;color: #2c383e;text-decoration: none;}");
document.write(".homebtn a:hover{color: #ed871f;}");
            /*Following are menu styles*/
document.write(".menu a{color: #2c383e;font: 8pt Verdana,sans-serif; text-decoration: none;}");
document.write(".menu a:hover{color: #314152; text-decoration: underline;}");
document.write(".trigger a{color: #2c383e;font: 8pt Verdana,sans-serif;font-weight: 700;text-decoration: none;}");
document.write(".trigger a:hover{color: #314152;text-decoration: underline;}");
document.write(".trigger{font: 8pt Verdana, sans-serif;color: #2c383e;background-color: #7d73b5;position: absolute;height: 19;z-index: 200;cursor: pointer;cursor: hand;}");
document.write(".menu{font: 8pt Verdana, sans-serif;color: #2c383e;background-color: #ed871f;position: absolute;top: 23;padding: 0px;visibility: hidden;z-index: 200;}");
document.write(".menuBar{background-color: #314152;position: absolute;top: 0;left: 123;width: 200;height: 19;z-index: 199;padding: 0px;}");
document.write(".topGrid{position: absolute;top: 0;width: 728;height: 39;z-index: 1;}");
document.write("</style>");
        
