﻿.navigation_menu
{
    border: solid 2px black;
}

.level_1
{
    background-color: #444444;
    font-family: Trebuchet MS, Verdana, Times New Roman, Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 100px;
    padding: 2px;
}

.level_2
{
    background-color: #444444;
    font-family: Trebuchet MS, Verdana, Times New Roman, Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    height: 25px;
    color: White;
    text-align: left;
    vertical-align: bottom;
}

.level_1_hover_style
{
    background-color: black;
    font-family: Trebuchet MS, Verdana, Times New Roman, Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    color: White;
    text-align: center;
    padding: 2px;
}

.level_2_hover_style
{
    background-color: #860000;
    font-family: Trebuchet MS, Verdana, Times New Roman, Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    height: 11px;
    color: White;
    text-align: left;
    vertical-align: bottom;
}