﻿.menu
{
    height: 20px;
    padding-top: 1px;
    /*margin-left:40px;*/
    margin-top: 55px;
}

    .menu ul
    {
        list-style: none;
        padding: 0px;
        background-color: #3c3737;
        padding-top: 1px;
        border-radius: 10px;
    }

    .menu li
    {
        list-style: none;
        padding: 2px;
        display: block;
        /*width: 150px;*/
        text-align: center;
    }

    .menu a
    {
        margin-left: 0px;
        /*width: 150px;*/
        height: 28px;
        display: block;
        text-align: center;
        color: white;
        padding-top: 2px;
        font-size: 18px;
        font-family: 'Bell MT';
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

        .menu a:hover
        {
            color: white;
            /*width: 170px;
            /*height: 22px;*/
            display: inline-block;
        }

    .menu li li a:hover
    {
        background-color: #f5883a;
        border-radius: 5px;
    }

.dropdown-menu
{
    background-color: #fa954d; /*orange color on dropdown*/
}


.active
{
    font-family: 'Bell MT';
    /*text-decoration-color:white;*/

}

.nav
{
   margin-left:-15px;
    margin-top: 80px;
    font-size: 15px;
    display: block;
    color: black;
	/*margin-left:10px;*/
    background-color: #d4c9c9; /*menu background color*/
}
	
