﻿/* General */
.topMenuItem,
a.topMenuItem:link,
a.topMenuItem:visited {
    height: 37px;
    font-size: 20px;
    font-weight: 400;
    color: #bababa;
    font-family: Hind Vadodara, 'Noto Sans SC', serif;
    padding: 10px 15px 3px 15px;
    display: block;
}
a.topMenuItem:hover {color:#fff; text-decoration:none; } 
a.topMenuItem:active {color:#fff; text-decoration:none; }

.topMenuItemSel,
a.topMenuItemSel:link,
a.topMenuItemSel:visited {
    height: 37px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: Hind Vadodara, 'Noto Sans SC', serif;
    padding: 10px 15px 0px 15px;
    display: block;
}
a.topMenuItemSel:hover {color:#fff; text-decoration:none;}
a.topMenuItemSel:active {color:#fff; text-decoration:none;}

.ulTopmenu {margin:0; padding:0; height:0px; overflow:hidden;}
.liTopMenu {margin:0; list-style:none; height:auto; }
.divTopSpliter {height:4px; width:4px; background:#fff; float:left; margin:20px 0px 0px 0px; border-radius: 50%;}

.divTopSubMenuSpliter {
    /*width: 180px;*/
    margin-left: 0px;
    margin-right: 0px;
    height: 0px;
    border-top: solid 1px #fff;
}
/* End of General */
