.chromestyle
{
    padding: 0;
    margin: 0;
    width: 100%;
    background-image:url(../images/nav_bg.gif); /*THEME CHANGE HERE*/
    background-repeat:repeat-x;
    height:36px;
}

.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;       
    padding-top: 15px;
    margin: 0;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
    display: inline;
    color: #ab1e00;
    font-size: 11px;
    font-weight: bold;
}

.chromestyle ul li a
{
    margin: 0;
    color: #ab1e00;
    font-size: 11px;
    font-weight: bold;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    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: Black;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{    
    margin-top:-3px;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 200px;    
    visibility: hidden;
    background:#336600; /*THEME CHANGE HERE*/
    border-left:solid 1px #336600;
    border-right:solid 1px #336600;
    border-top:solid 1px #336600;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{    
    display:block;
    height:15px;
    margin: 0;
    padding:0;
    color: #ab1e00;
    font-size: 11px;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    padding-bottom:8px;
    background:transparent url(../images/nav_dropdown_bg.gif) no-repeat;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none; 
    border-bottom:solid 1px #336600;
}

* html .dropmenudiv a
{
    /*IE only hack*/
    height:31px;
    width: 100%;
}

.dropmenudiv a:hover
{        
    color: Black;
}
