.chromestyle
{
    padding: 0;
    margin: 0;
}

.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: #3a000c; /*THEME CHANGE HERE*/
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
    display: inline;
}

.chromestyle ul li a
{
    margin: 0;
    padding: 20px 10px;
    color: #FFCCAA;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    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: #ffffff;
}

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

.dropmenudiv
{
    position: absolute;
    top: 0;
    border-left: 1px solid #7b2530; /*THEME CHANGE HERE*/
    border-right: 1px solid #7b2530; /*THEME CHANGE HERE*/
    border-top: 1px solid #7b2530; /*THEME CHANGE HERE*/
    font: normal 12px Verdana;
    line-height: 25px;
    z-index: 100;
    background-color: #7b2530;
    width: 200px;
    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
{
    background-color: #3a000c; /*THEME CHANGE HERE*/
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #7b2530; /*THEME CHANGE HERE*/
    margin: 2px 3px;
    text-decoration: none;
    text-align: left;
    color: #FFCCAA;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;    
}

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

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