
#menucontainer{
   position: absolute;
   left: 0px;
   top: 10px;
   width: 100%;
   height: auto;
   border: none;
   text-align: center;
}

dl, dt, dd, ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none;
   font-size: 14px;
   width: 133px;
   /*background-color: #CC7722;*/
   border-color: #008080;
   color: gold;
}
#menu {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin-left: 1px;
   margin-right: 1px;
   z-index:100;
}
#menu a:link, #menu a:visited, #menu a:hover {
   color: gold;
}
#menu dl {
   float: left;
   width: auto;
}
#menu dt {
   cursor: pointer;
   text-align: center;
   font-weight: bold;
width:133px; 
height:33px; background-image:url(../gfx/menu.png); background-repeat: no-repeat;
line-height:33px; 
}
#menu dd {
   display: none;
}
#menu li {
   font-size: 10px;
   text-align: center;
}
#menu dt a {
   text-decoration: none;
   display: block;
   height: 100%;
   /*border: 3px ridge teal;*/
}
#menu li a {
   text-decoration: none;
   display: block;
   height: 100%;
   border: 1px dotted teal;
   padding: 3px;
   background: lightyellow;
   text-align: left;
   text-shadow: 3px 3px 8px black
}
#menu li a:hover, #menu li a:focus {
   font-weight: normal;
   background: #f3f3a0;
}
#menu li a:link, #menu li a:visited, #menu li a:hover {
   font-weight: normal;
   color: #101010;
}

