﻿/* General */
.btmMenuItem,
a.btmMenuItem:link,
a.btmMenuItem:visited {
    float: left;
    font-size: 15px;
    font-family: Hind Vadodara, 'Noto Sans SC', serif;
    color: #bababa;
    font-weight: 400;
    text-decoration: none;
}
a.btmMenuItem:hover {color:#ee1c25; text-decoration:none;}
a.btmMenuItem:active {color:#ee1c25; text-decoration:none;}

.btmMenuItemSel,
a.btmMenuItemSel:link,
a.btmMenuItemSel:visited {
    float: left;
    font-size: 15px;
    color: #ee1c25;
    font-family: Hind Vadodara, 'Noto Sans SC', serif;
    font-weight: 700;
    text-decoration: none;
}
a.btmMenuItemSel:hover {color:#ee1c25; text-decoration:none;}
a.btmMenuItemSel:active {color:#ee1c25; text-decoration:none;}

.divBtmSplitter{float:left; width:30px; height:1px;}

/* End of General */