dl, dt, dd, ul, li 
{
   list-style-type: none;
   margin: 0pt;
   padding: 0pt;
}

#menu 
{
   position: absolute; /* Menu position that can be changed at will */
   padding-left: 60px; 
   left: 15px;
   width: 800px;
}

#menu dl 
{
   float: left;
   width: 8em;
   text-align: center;
}

#menu dt 
{
   cursor: pointer;
   text-align: center;
   font-weight: bold;
   border: 1px solid gray;
   margin: 1px;
}

#menu dd 
{
   display: none;
   border: 1px solid gray;
}

#menu li 
{
   text-align: center;
   background: #d8d3a5;
   border: 1px solid gray;
   border-style-bottom: solid;
}

#menu li a, #menu dt a 
{
   color: #5b1106;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus 
{
   color: #ffffff;
   background: #5b1106;
}

