.chromestyle
{
    margin-left:40px;
}

.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: inline;    
    }

.chromestyle ul li a
{
    color: #ffffff;
    font-weight:bold;
    font-family:Arial;
    font-size: 14px;    
    margin: 0;
    padding-right:10px;
    padding-left:5px;
    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*/
    background-color:transparent;
    color: #fb9301;
}

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

.dropmenudiv
{
    position: absolute;
    top: 0;
    font: normal 12px Verdana;
    line-height: 25px;
    z-index: 100;
    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
{    
    width:152px;
    height:26px;
    background-image:url('../images/dropdown_bg.gif');
    background-repeat:no-repeat;
    width: auto;
    display: block;
    text-indent: 3px;
    padding-left:10px;
    padding-top:2px;
    text-decoration: none;
    color:#c13000;
    font-weight:bold;
    text-align:left;
}

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

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