﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.LMenuV_Standard
{
}

.LMenuV_Standard li a
{
/*    background: url("../../../Images/icon_layer.png") no-repeat left 4px !important; */
background: url(../../../Images/icon.png) no-repeat left 4px top 15px;
}

.LMenuV_Standard .Description
{
  padding: 0 0 0 20px;
}

.LMenuV_Standard li a.SelectedTab
{
    background-color: #F6E2DB !important;
}

.LMenuV_Standard .outside_b h2
{
    background: url(../../../Images/menu_h.png) no-repeat #004D99;
    color: #fff;
    font-size: large;
    padding: 18px 10px 18px 10px;
    border-radius: 0px;
}

.LMenuV_Standard .outside_b h2 a
{
    color: #fff;
    padding: 0 0 0 10px;
    display: inline-block;
    border-left: 5px solid #ffffff;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.LMenuV_Standard li a
{
/*    background: url("../../../Images/icon_layer.png") no-repeat left 4px top 15px !important; */
background: url(../../../Images/icon.png) no-repeat left 4px;
}

.LMenuV_Standard .Description
{
  padding: 0 0 0 20px;
}

.LMenuV_Standard li a.SelectedTab
{
    background-color: #F6E2DB !important;
}


.LMenuV_Standard .outside_b h2
{
    background: url(../../../Images/menu_h.png) no-repeat #004D99;
    color: #fff;
    font-size: large;
    padding: 18px 10px 18px 10px;
    border-radius: 0px;
}

.LMenuV_Standard .outside_b h2 a
{
    color: #fff;
    padding: 0 0 0 10px;
    display: inline-block;
    border-left: 5px solid #ffffff;
}
}
