
ul.top_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top_menu li {
    float: right;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.top_menu li a {
    display: block;
    text-decoration: none;
    color: #BF0000;
    font-size: 1.2em;
    padding: 0.5em;
}

.top_menu li a:hover {
    text-decoration: none;
    color: #FFF;
    background: #95948e;
}

.top_menu li.selected {
    float: right;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.top_menu li.selected a {
    display: block;
    text-decoration: none;
    color: #BF0000;
}

.top_menu li.selected a:hover {
    color: #FFF;
}


/* dropdown menu */
div.dropdown {
    position: absolute;
    top: 20px;
    z-index: 100;
    padding: 0px;
    align: left;
}

div.bot_dropdown {
    visibility: hidden;
    width: 10px;
    margin-top: -1px;
    position: absolute;
    height: 0.7em;
    background: #95948e url('/img/menu-right-corner.gif') right bottom no-repeat;
}


table.dropmenu {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 5px;
    background-color: #FFF;
    border: 1px ridge #EEEEEE;
    border-bottom: none;
    width: 100px;
}

table.dropmenu td {
    padding: 0px;
}

table.dropmenu a {
    letter-spacing: 0px;
    white-space: nowrap;
    line-height: 20px;
    display: block;
    margin: 0px;
    padding: 0px 3px;
    background: #FFF;
    color: #666;
    text-align: center;
}

table.dropmenu a:hover {
    background-color: #222;
    color: #EEE;
    text-decoration: none;
    text-align: center;
}

div.content {
    padding: 5px;
}

div.footer {
    border-top: 2px solid #5C7973;
    padding: 5px
}

/* left menu */
td.left_menu {
    width: 150px;
    font-size: 12px;
}

td.left_menu {
    text-align: left;
    padding: 10px;
}

td.left_menu a {
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

td.left_menu span.select {
    display: block;
    margin-bottom: 15px;
    color: #00acec;
}

