/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.4.1

All css files are placed in /css/ folder
*/


ul.naviga {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    width: 500px;
    background-color: #f1f1f1;
    
}

li.naviga a {
    display: block;
     list-style-type: none !important;
    color: #000;
    padding: 8px 16px ;
    text-decoration: none;
    border-bottom: 1px solid #555;
}

/* Change the link color on hover */
li.naviga a:hover {
    background-color: #555;
    color: white;
}
