/* *************************** New Menu *************************** */
/*  ----------------------  SPACING  ----------------------  */

.margin-top-ten-px {
    margin-top: 10px;
}

.margin-bottom-ten-px {
    margin-bottom: 10px;
}

.full-width-button {
    width: 100%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*  ----------------------  NAVBAR RENDERING  ---------------------- */

.login-dropdown {
    width: 220px;
    /*ADJUST IT AS NEEDED*/
    border-top: solid 1px #262626;
    border-left: solid 1px #262626;
    border-right: solid 1px #262626;
    border-bottom: solid 2px #262626;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.one-column-navbar {
    width: 17em;
    height: auto;
    margin: 4px 8px;
    float: right;
    background-color: #F8F8F8;
    border-top: solid 1px #262626;
    border-left: solid 1px #262626;
    border-right: solid 1px #262626;
    border-bottom: solid 2px #262626;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.two-column-navbar {
    width: 36em;
    height: auto;
    margin: 4px 8px;
    float: right;
    background-color: #F8F8F8;
    border-top: solid 1px #262626;
    border-left: solid 1px #262626;
    border-right: solid 1px #262626;
    border-bottom: solid 2px #262626;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.three-column-navbar {
    width: 44em;
    height: auto;
    margin: 4px 8px;
    float: right;
    background-color: #F8F8F8;
    border-top: solid 1px #262626;
    border-left: solid 1px #262626;
    border-right: solid 1px #262626;
    border-bottom: solid 2px #262626;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
a.menuItem{
    display: block;
    color: #000;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    text-decoration: none;
    background-color: #F8F8F8;
}
a.menuItem:hover{
    margin-left: 7px;
    color: #F4F4F4;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    background-color: #337ab7;
}
.menuList li {
    margin-left:-2em;
    list-style-type:none;
}