.botmenu {
    background-color: #ddd;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;}

.botmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0}

.botmenu li{
    display: inline;
    border-left: 1px;
    margin: 0.1em 0 0.1em 0;
    }

.botmenu li a{
    text-decoration: none;
    color: #000;
    padding: 0 0.3em 0 0.3em;
    }

.botmenu li a:hover{
    background-color: #888;
    color: #fff;
    }
