@font-face {
    font-family: Century Gothic;
    font-style:  normal;
    font-weight: normal;
	src:url(CENTURY0.eot);
}

#navcontainer {
        background-color: #000000;
}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: "Century Gothic";
        font-size: 12px;
        font-weight: none;
        margin: 0;
        padding: 2px 0 3px 0;
        background-color: none;
        border-top: none;
        border-bottom: none;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 5px 5px 5px;
        color: #FF8000;
        border-right: none;
        text-decoration: none;
}

ul#navlist li#active {
        color: #FF8000;
        background-color: none;
}

#navlist a:hover {
        color: #FFFFFF;
        background-color: none;
}


.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #000000;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FF8000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #333333; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: "Century Gothic";
font-size: 12px;
font-weight: none;
line-height:18px;
z-index:100;
background-color: white;
width: 350px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: none;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
color: white;
}