/*Menu CSS*/

ul.a {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2EFE2E;
}

li {
    float: left;
    border-right: 1px solid #000000;
}

li:last-child {
    border-right: none;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Papyrus;
    font-size: 20px;
}

li a:hover {
    background-color: #000;
    color: white;
}

/*CSS for Home Page bullets*/

ul.b {
     list-style-type: circle;
     padding-left: 650px;
     font-size: 25px;
}

li.b {
     border-right: none;
}
