.menuSize{
    position:relative;
    height:77px;
    width:98%;
}
a.selectMenu{
position:relative; top:0px;color:#ffffff;background-color:#009EFB;border-radius:5px;height:77px;width:20px;font-family: Lato; font-size: 18px;line-height: 1;
}
a.selectMenu:hover
{
    color:#ffffff;
}
a.normalMenu:hover
{
   color:#ffffff;background-color:#009EFB;border-radius:5px;
}
a.normalMenu{
    position:relative;top:0px;color:#12364D;height:77px;width:20px;font-family: Lato; font-size: 18px;line-height: 1;
}
.theme-header {
display: none;
}