#top-menu{
    float: left;
    width: 648px;
    height: 26px;
    padding: 2px 0 0 30px;
    z-index: 999;
    position: relative;
}
#top-menu *{
    margin: 0;
}
#top-menu ul{
    background-color: #FFE594;
}
#top-menu ul li{
    display: inline;
    position: relative;
    float: left;
    height: 26px;
    padding: 0;
    color: #E0DBD3;
    line-height: 17px;
    font-size: 12px !important;
}
#top-menu ul li.out ul{
    display: none;
}
#top-menu ul li.over ul{
    display: block;
}
#top-menu ul li a:link, #top-menu ul li a:visited{
    float: left;
    padding: 3px 5px 0px 5px;
    color: #e0dbd3;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
    text-transform: uppercase;
}
#top-menu ul li a:hover{
    text-decoration: underline;
}
#top-menu ul li.current a{
    text-decoration: none;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
#top-menu ul li.current a:hover{
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
#top-menu ul ul{
    position: absolute;
    height: auto;
    left: 0;
    top: 22px;
    border: 1px solid #A79791;
    background-color: #B0A19A;
}
#top-menu ul ul li{
    clear: both;
    display: block;
    height: auto;
}
#top-menu ul ul li a:link, #top-menu ul ul li a:visited{
    border: none;
    background: none;
    text-transform: uppercase;
    color: #FFFFFF !important;
    width: 165px;
    background-color: #A79791 !important;
    padding: 0px 5px;
    font-size: 10px;
}
#top-menu ul ul li a:hover{
    color: #FFFFFF;
    background: none;
    background-color: #5E4F4A !important;
    text-decoration: none;
}