﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.open_sub_menu {
    display: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.BreadCrumbs_Standard,
#LeftPane,
#RightPane {
    display: none;
}

.sp_subtogglemenu {
    display: block !important;
}

.sp_subtogglemenu_off {
    display: none;
}

.open_sub_menu {
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 20px 0px;
    background: url(../../../Images/gmenu_open.gif) no-repeat 75px 10px #e9e9e9;
    text-align: center;
    font-size: small;
}

.sp_subtogglemenu_select {
    background: url(../../../Images/gmenu_close.gif) no-repeat 75px 10px #e9e9e9;
}
}
