
<!-- Style_sheet -->

<style type="text/css" title="drop_menu">
.Main_menu {
        border: 1px solid #FFFFFF;
        background-color: #ffffff;
        padding-left: 3px;
        line-height: 100%;
        width: 150;
        cursor: hand;
        TEXT-DECORATION: none
}
.Main_menu_over {
        border: 1px solid #381E16;
        background-color: #CC9933;
        padding-left:5px;
    padding-right:10px;
        line-height: 100%;
        width: 150;
        cursor: hand;
        TEXT-DECORATION: none
}
.Sub_menu {
        border: 1px solid #CC9933;
        background-color: #ffffff;
        padding-left: 10px;
        line-height: 100%;
        width: 150;
        cursor: hand;
        TEXT-DECORATION: none
}
.Sub_menu_over {
        border: 1px solid #ffffff;
        background-color: #CC9933;
        padding-left: 10px;
        line-height: 100%;
        width: 150;
        cursor: hand;
        TEXT-DECORATION: none
}
a.main_text     { font: 12px Verdana; color: #FFFFFF; text-decoration: none; font-weight: none; font-style: italic; }
a:visited.main_text { font: 12px Verdana; color: #FFFFFF; text-decoration: none; font-weight: none; font-style: italic; }
a:hover.main_text         { font: 12px Verdana; color: #381E16; text-decoration: none; font-weight: none; font-style: italic; }
a.sub_text                         { font: 12px Verdana; color: #381E16; text-decoration: none; font-weight: bold; font-style: none; }
a:visited.sub_text         { font: 12px Verdana; color: #381E16; text-decoration: none; font-weight: bold; font-style: none; }
a:hover.sub_text         { font: 12px Verdana; color: #960024; text-decoration: none; font-weight: bold; font-style: none; }
</style>
