
    .chromestyle{
    vertical-align:left;
    width: 100%;
    font-weight: bold;
    }
    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
    .chromestyle ul{
    font: 11px Verdana;
    font-weight: bold;
    color:black;
    width: 100%;
    background: url('http://www.forexrazor.com/Portals/0/ChromeMenu/chromebg.png') center center repeat-x; /*THEME CHANGE HERE*/
    padding: 11px 0px;
    margin: 0px 0px;
    text-align: center; /*set value to "left", "center", or "right"*/
    }
    .chromestyle ul li{

    display: inline;
    vertical-align:center;
    margin:0px;
    }
    .chromestyle ul li a{
background: url('http://www.forexrazor.com/Portals/0/ChromeMenu/chromebg.png') center center repeat-x; /*THEME CHANGE HERE*/
    color: black;
    padding: 8px 9px;
    margin: 0px 0x;
    text-decoration: none;
    }
    .chromestyle ul li a:visited{
    color: black;
    }
    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    color: black;background: #F4F6FB; text-decoration:none
    }
    /* ######### Style for Drop Down Menu ######### */
    .dropmenudiv{
    text-align:left;
    position:absolute;
    top: 0;
    border: 1px solid black; /*THEME CHANGE HERE*/
    font:normal 11px Verdana;
    z-index:10000;
    background-color: white;
    width: 150px;
    visibility: hidden;
    }
    .dropmenudiv a, .dropmenudiv a:visited{
    margin: 0px;
    width: auto;
    display: block;
    text-indent: 3px;
    padding: 5px 2px;
    text-decoration: none;
    font-weight: normal;
    color:18409c;
    }
    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    }
    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #e7effe;color:18409c;text-decoration:none;
    }
