﻿#navigation {
    padding-left: 200px;
}

    #navigation h1 {
        /*display: inline-block;
    margin: -20px 20px 20px 20px;
    line-height: 40px;
    height: 40px;
    float: left;
    font-size: 24px;
    padding: 0px 20px;
    cursor: pointer;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    */
        display: inline-block;
        margin: -20px 10px 20px 10px;
        line-height: 40px;
        height: 40px;
        float: left;
        font-size: 24px;
        padding: 0px 10px;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #navigation h1:hover {
            background-color: #00b38a;
            border: 5px solid #00b38a;
            color: #fff;
        }

.selected {
    background-color: #00b38a;
    border: 5px solid #00b38a;
    color: #fff;
}

.unSelected {
    background-color: #c1f8eb;
    border: 5px solid #c1f8eb;
    color: #414d4a;
}
