
/****
 ****   INDIVIDUAL VISUAL FORMATTING ELEMENTS : LEFT MENU
 ****/

#left_menu {
    color:            #1a76b2;
    text-align:       left;
    padding-right:    0px;
    background-color:  #f0ecdf;
}

#left_menu ul {
    margin:           0px;
    padding:          0px;
}

#left_menu li {
    border-bottom:    1px solid #ddd;
    padding:          4px 0px 4px 5px;
    font-size:        10pt;
    list-style:       none outside;
    margin-left:      0px;
}

#left_menu a {
    color:            #1a76b2;
    font-weight:      bold;
    text-decoration:  none;
}

#left_menu a:hover {
    background-color: #1a76b2;
    color:            white;
}

.left_menu_selected {
    background-color: #1a76b2 !important;
}

.left_menu_selected a {
    color:            white !important;
}

.menu_level_1 a {
    font-family:     georgia, serif;
    font-weight:     normal !important;
    font-size:       9.0pt;
}

.menu_level_2 {
    padding:          1px 0px 1px 20px !important;
    line-height:      13px;
}
.menu_level_2 a {
    font-size:       8.5pt;
    font-weight:     normal !important;
}

.menu_level_3 {
    padding:          1px 0px 1px 12px !important;
    line-height:      13px;
}
.menu_level_3 a {
    margin-left:     20px;
    font-size:       8.5pt;
    font-weight:     normal !important;
}

