
/*  Drop down menu stuff  */

dl, dt, dd, ul, li 
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu 
{
  position: relative; /* Menu position that can be changed at will */
}
#menu 
{
  width: 134px;
  margin: 0px 0px 0px 3px;
}
#menu dt 
{
  background: #000000;
  cursor: pointer;
  margin: 2px 0px 0px 0px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: "Arial","Georgia";
  font-size: 8pt; 
  font-weight: bold;
  color: #FFFFFF;
  padding: 0px 1px 0px 1px;
  border-color: #FFFFFF;
  border-style: ridge;
  border-width: 3px;
  margin-left: auto;
  margin-right: auto;
}
#menu dd 
{
  background: #000000;
  position: absolute; 
  left: 140;
  width: 200px;
  margin: -26px 0px 0px -9px;
  border-color: #00A5DB;
  border-style: ridge;
  border-width: 2px;
}
#menu li 
{
  margin: 2px 1px 2px 3px;
  text-align: left;
  background: #000000;
  color: #FFFFFF;
}
#menu li a, #menu dt a 
{
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  border: 0 none;
  height: 100%;
}
#menu li a:hover, #menu dt a:hover 
{
  background: #000000;
  color: #00A5DB;
}