.chromestyle
{
    padding: 0;
    margin: 0;
    width: 100%;
    background-image:url(../images/nav_bg.gif); /*THEME CHANGE HERE*/
    background-repeat:repeat-x;
    height:43px;
}

.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: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}

.chromestyle ul li a
{
    margin: 0;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:15px;
    padding-bottom:15px;
    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: #c90000;
}

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

.dropmenudiv
{    
    margin-top:-1px;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 200px;    
    visibility: hidden;
    background-image:url(../images/nav_bg.gif); /*THEME CHANGE HERE*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{    
    display:block;
    height:33px;
    margin: 0;
    padding:0;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;  
}

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

.dropmenudiv a:hover
{        
    color: #c90000;
}
