﻿.mnu_lev1
{
    background-image:url(../images/mnu_btn.gif);
    background-repeat: no-repeat;
    color: #1d3853;
    cursor: pointer;
    font-size: 10px;
    height:20px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-top: 3px;
    text-decoration: none;
    width:100%;
}
.mnu_lev1:hover
{
    background-image:url(../images/mnu_btn_hover.gif);
    background-repeat: no-repeat;
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    height:20px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-top: 3px;
    text-decoration: none;
    width:100%;
}
.mnu_lev2
{
    color: #353e46;
    font-size: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    height:13px;
    text-decoration: none;
    width:100%;
}
.mnu_lev2:hover
{
    color: #daa520;
    cursor: pointer;
    font-size: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    height:13px;
    text-decoration: none;
    width:100%;
}