/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 23, 2018, 10:56:28 AM
    Author     : Berdia
*/
#supermenu {
    display: block;
    margin: auto;
}
.navbar {
    margin-bottom: 0px;
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mainmenu ul.menu  {
    float: none;
    display: table;
}
.mainmenu ul.menu > li {
    float: left;
}