.chromestyle
{
    top: 0;
    position: relative;
    font-weight: bold;
    height: 24px;
    z-index: 190;    
}

.chromestyle:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle ul
{
    border: 0; /*1px solid #BBB;*/
    width: 100%; /*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
    padding: 0px 0;
    margin: 0;
    line-height: 24px;
    text-align: center; /*set value to "left", "center", or "right"*/
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 8pt;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited
{
    color: #ffffff;
    padding: 0 8px 0 8px;
    margin: 0;
    text-decoration: none;
    border-right: 1px solid #ffffff;
}

.chromestyle ul li a:hover, .chromestyle ul li a.current, .chromestyle ul li a.selected
{
    /*script dynamically adds a class of "selected" to the current active menu item*/ /*background: url(chromebg-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
    color: #FE9901;
    text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position: absolute;
    top: 0px;
    margin-top: 3px; /*THEME CHANGE HERE*/
    line-height: 20px;
    z-index: 300;
    width: 190px;
    visibility: hidden;
    background-color: #FFFFFF;
    color: #333333;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    border-right-color: #DADADA;
    border-bottom-color: #DADADA;
    border-left-color: #DADADA;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}


.dropmenudiv a
{
    background-position: 5px center;
    width: auto;
    display: block;
    text-indent: 3px;
    margin: 5px;
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    background-image: url(/Home/images/sct-hovermenu-bg.jpg);
    background-repeat: no-repeat;
    padding-left: 16px;
}

* html .dropmenudiv a
{
    /*IE only hack*/
    width: 100%;
}


.dropmenudiv a:hover
{
    /*THEME CHANGE HERE*/
    background-position: 5px center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #067ebb;
    background-image: url(/Home/images/sct-hovermenu-bghov.jpg);
    background-repeat: no-repeat;
    padding-left: 16px;
}
