
/*----------------------------------------*/
.nav_smartphone .this_page a:link, .nav_smartphone .this_page a:visited {
}

.nav_smartphone ul li .this_page a:link, .nav_smartphone ul li .this_page a:visited {
    background-color: #ab244d;
    color: #fff;
    text-decoration: none;
    font-weight:normal;
}

.nav_smartphone ul li ul li .this_page a:link, .nav_smartphone ul li ul li .this_page a:visited {
    color:#ab244d;
    background-color: rgb(244, 244, 244);
    text-decoration: none;
    font-weight: normal;
}

.nav_smartphone ul li ul li ul li .this_page a:link, .nav_smartphone ul li ul li ul li .this_page a:visited {
    color: #ab244d;
    background-color: rgb(255, 255, 255);
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------*/
.nav_smartphone .not_this_page a:link, .nav_smartphone .not_this_page a:visited {
}

.nav_smartphone ul li .not_this_page a:link, .nav_smartphone ul li .not_this_page a:visited {
    color: #fff;
    background-color: #949494;
    text-decoration: none;
    font-weight: normal;
}

.nav_smartphone ul li ul li .not_this_page a:link, .nav_smartphone ul li ul li .not_this_page a:visited {
    color: #000;
    background-color: rgb(244, 244, 244);
    font-weight: normal;
    text-decoration: none;
}

.nav_smartphone ul li ul li ul li .not_this_page a:link, .nav_smartphone ul li ul li ul li .not_this_page a:visited {
    color: #000;
    background-color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

