#navi li {
    list-style: none;
    font-size: 14px;
}

#navi ul li{
    float: left;
    margin: 0;
    padding: 0px 50px 0px 0px;
}

#navi .inactive {
    color: #b12a2f;
    font-weight: bold;
}

#navi .inactive:hover, #navi .active:hover  {
    color: #ffffff;
    font-weight: bold;
}

#navi .active {
    color: #ffffff;
    font-weight: bold;
}

#subnav li {
    position: relative;
    right: 30px;
    bottom: 15px;
    width: 140px;
    height: 20px;
    color: #ccc;
    border-bottom: 1px solid;
    list-style: none;
    font-size: 13px;

}
* html #subnav li {
    width: 120px;
    position: relative;
    bottom: 5px;
}
*+html #subnav li {
    position: relative;
    bottom: 5px;
}

#subnav ul li{
    float: left;
    padding: 5px 0px 1px 0px;
    margin: 0;
}

#subnav .lev2_inactive {
    color: #b12a2f;
    padding: 0px 0px 0px 10px;
}

#subnav .lev2_inactive:hover, #subnav .lev2_active:hover {
    color: #000000;
    padding: 0px 0px 0px 10px;
}

#subnav .lev2_active {
    color: #000000;
    padding: 0px 0px 0px 10px;
}


