#menu { 
background-color: transparent; 
width: 600px; 
top: 112px; 
left: 50%; 
} 

#menu div.top {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90%;}

#menu div.section {
    position: absolute;
    width: 150px;
    display: inline;
    z-index: -1; }

#menu div.box {
    background-color: #bbcc99;
   padding-top: 4px;
    padding-bottom: 5px;
    Xpadding-left: 12px;
    Xpadding-right: 8px;
    border-color: #bbcc99;
    border-width: 5px;
    border-style: none none solid none;
    position: relative;
    visibility: hidden;
    width: 100%;}

#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10 px;
    color: #993344;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap; }

#menu a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10 px;
    color: #993344;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap; }

#menu a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10 px;
    color: #993344;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap; }
.Bigtitle {  font-size: 36px; font-style: italic; font-weight: bold; color: #993333}
