.chromestyle
{
    padding: 10px;
}

.chromestyle:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle ul
{
    width: 100%;
    background-color: transparent; /*THEME CHANGE HERE*/
    padding: 0;
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
    display: block;
    background-image: url(../images/nav_bg.gif);
    background-repeat: no-repeat;
    width: 192px;
    height: 27px;
    margin: 0;
    padding: 0;
}

.chromestyle ul li a
{
    display: block;
    color: #010a53;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-left: 50px;
    padding-top: 7px;
    text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
    /*script dynamically adds a class of "selected" to the current active menu item*/
    color: #4a56ba;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    margin-left: 190px;
    margin-top: -23px;
    position: absolute;
    top: 0;
    line-height: 25px;
    z-index: 1000;
    background-color: white;
    width: 152px;
    font-size: 11px;
    visibility: hidden; /* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
    color: #010a53;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-left: 40px;
    text-decoration: none;
    background-image: url(../images/nav_bg.gif);
    background-repeat: no-repeat;
    width: 152px;
    height: 27px;
    width: auto;
    display: block;
    text-align: left;
}

* html .dropmenudiv a
{
    /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover
{
    /*THEME CHANGE HERE*/
    color: #4a56ba;
}

