@charset "UTF-8";

/*.dropMenu {
    margin: 0;
    padding: 0;
}*/
/* Use when Events & Specials is NOT used. */
/*.dropMenu {
    width: 775px;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    position: relative;
    display: block;
    padding-left: 175px;
}*/
.dropMenu {
    width: 800px;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    position: relative;
    display: block; /*padding-left: 90px;*/
}
.dropMenu li {
    list-style: none;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
.dropMenu li a {
    /*padding: 3px 8px;*/
    color: #D5A955;
    text-decoration: none;
    display: block;
}
.dropMenu li a:hover  {
    color: #FF9;
    text-decoration: none;
}
.dropMenu li ul {
    display: none;
    width: 11em;
    text-align: left;
    height: 20px;
    padding-right: 10px;
    text-indent: 10px;
    margin-left: -10px;
}
.dropMenu li:hover ul, .dropMenu li.hover ul {
    display: block;
    position: absolute;
    height: 20px;
}
.dropMenu li:hover li, .dropMenu li.hover li {
    float: none;
}
.dropMenu li:hover li a, .dropMenu li.hover li a {
    color: #D5A955;
    background: #76441D;
    border-top: 1px solid #D5A955;
    height: 20px;
}
.dropMenu li li a:hover {
    background: #D5A955;
    color: #76441D;
}
.dropMenu_active  {
    color: #FFF;
    text-decoration: none;
}
.dropMenu_nonactive  {
    color: #D5A955;
    text-decoration: none;
}

