﻿  #menu {
  text-align:center;
    width: 530px;
    top: 135px;
    left: 370px;
    }

  #menu ul { margin: 0pt;
    padding: 0pt;
    float: left;
    width: 100%;
    list-style-type: none;
    }

  #menu a { border-right: 1px solid white;
    padding: 0.2em 0.6em;
    text-decoration: none;
    color: white;
    background-color: rgb(204, 102, 0);
    opacity: 0.655;
    text-align: center;
    float: right;
    width: 5em;
    font-weight: bold;
    }

  #menu a:hover { background-color: rgb(153, 51, 0);
    opacity: 0.808;
    }

  #menu li { display: inline;
    }


