﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.TbmenuV_Standard li a.SelectedTab
{
    background-color: #efefef !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.TbmenuV_Standard li a.SelectedTab
{
    background-color: #efefef !important;
}
}
