.chromestyle{
    width: 800px;
    height: 30px;
    font-weight: bold;
    font-size: 120%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    padding-top: 3px;
    clear: both; 
    visibility: hidden;
}

.chromestyle ul{
    width: 800px;
    height: 30px;
    padding-top: 0px;
	background-color: #000000;
    padding: 0;
    margin: 0;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
    display: inline;
    float: left;
    padding-top: 0px;
}

#content .chromestyle li
{
    display:block;
    float:left;
    width: 198px;
    height: 28px;
	border: 1px solid #CF9F4D;

}

.chromestyle ul li a
{
    display: block;
    width: 200px;
    line-height: 28px;
    height: 28px;
    color: #fff;
    padding: 0px 0px;
    margin: 0;
    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*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    
    position:absolute;
    display: inline;
    width: 200px !important;
    color:#fff;
    top: 0;
    border: 1px solid #CF9F4D; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    line-height:18px;
    z-index:100;
    background-color: #000;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75; 
}


.dropmenudiv a{
    
    width: auto;
    display: block;
    text-indent: 2px !important;
    color:#fff;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 0px;
    text-decoration: none;
    font-weight: bold;

}

* html .dropmenudiv a{ /*IE only hack*/

    padding-left: 8px !important;
    margin-left: 8px!important; 

}

* html .dropmenudiv { /*IE only hack*/
    padding-left: 8px !important;
    margin-left: 8px!important;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #FF8A00;
    color:#000;
    display: block;

}



/* ------------------- Nav container ------------------- */


#map-nav-container
{
    margin-bottom:2px;
    padding: 0px;
    clear:both;
}


/* ------------------- Map sections -------------------*/

#map-sections
{
    margin:0px;
    height: 35px;
}

#map-sections ul li
{
    display: block;
    float: left;
    text-align: center;
    margin:0px;
}

#map-sections ul li a
{
    height: 35px;
    line-height: 35px;
    font-size: 130%;
    background: #e0c28f;
    width: 140px;
    border-left: 1px solid #CF9F4D;
    border-right: 1px solid #CF9F4D;
    border-top: 1px solid #CF9F4D;
    margin:0px;
    padding: 0;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center; 

}

#map-sections li#active a
{
    background: #cf9f4d;

}

ul.indicator-icon li
{
    background-image: url(/img/_bg/search-tabber-selected.png); 
    background-position:10px 10px;
    background-repeat:no-repeat;
}

