﻿#sub_menu_container{
    background: url(sub-menu.png) repeat-y 0 0;
    padding: 15px 10px 25px;
    min-height: 1px;
    position: relative;
} * html #sub_menu_container{ height: 1px; }


#sub_menu_container h3{
    margin: 0;
    font-size: 1em;
    color: #333;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: bold;
    border-bottom: solid 1px #b2afa8;
    margin: 0 -5px 10px -10px;
    padding: 0 0 8px 20px;
    text-shadow:0 1px 0 #fffcf9;
}

#sub_menu{
    font-family: Georgia, Times New Roman, Serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sub_menu li{
    margin: 0;
    padding: 0 5px 0 0;
    background: 0;
    list-style: none;
}* html #sub_menu li{ height: 1px; }

#sub_menu a{
    display: block;
    padding: 5px 10px 6px;
    background: none;
    color: #333;
    font-size: .75em;
    line-height: 16px;
}

#sub_menu a strong{
    font-weight: normal;
}

#sub_menu a:hover{
    background: #F5BC21;
    border-bottom: solid 1px #b3b1aa;
    color: #000;
    padding: 5px 10px 5px;
    text-decoration: none;
}