.chromestyle
{
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    height: 42px;
}

.chromestyle:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle ul
{
    padding: 0;
    margin: 0;
    height: 20px;
    padding-top: 12px;
    padding-bottom: 10px;    
    text-align: center; /*set value to "left", "center", or "right"*/
    margin-top: 0px;
}

* html .chromestyle ul
{
    height: 42px;
}

.chromestyle ul li
{
    display: inline;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
}

.chromestyle ul li a
{
    margin: 0;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 15px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
}

* html .chromestyle ul li a
{    
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
    /*script dynamically adds a class of "selected" to the current active menu item*/
    color: #38100b;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position: absolute;
    top: 0;
    z-index: 100;
    -moz-opacity: .9;
    filter: alpha(opacity=90);
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px #33b000;    
    visibility: hidden; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
    background: #38100b; /*THEME CHANGE HERE*/
}


.dropmenudiv a
{
    margin-top: 2px;
    height: 20px;
    display: block;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
}

* html .dropmenudiv a
{
    /*IE only hack*/
    height: 23px;
    width: 100%;
}

.dropmenudiv a:hover, .dropmenudiv a.selected
{
    color: #38100b;
    background:#33b000;
}
