#menu
{
    /*background-color: rgb(150, 0, 0);*/
    background-color: rgb(0, 128, 128);
    color: white;
    width:800px;
    text-align: justify;
    margin:auto;
    position:relative;
    /*top:30px;*/
    box-shadow: 0px 0px 6px black;
}



#menu a:link, #menu a:visited
{
    color: white;
}

#menu ul
{
    margin:20px; 
    padding: 0px;
    list-style-type: none;
    float:right;
}

#menu li
{
    display: inline-block;
    width: 180px;
    height:40px;
    line-height: 40px;
    text-align: center;
}


#menu li a
{
    display:block;
    text-decoration: none;
    /*background-color: rgb(150, 0, 0);*/
    background-color: rgb(0, 128, 128);
}

#menu li a:hover
{
    /*background-color: rgb(150, 0, 0);*/
    background-color: rgb(0, 98, 158);
}

