dl, dt, dd, #menu ul, #menu li {
      margin: 0;
      padding: 0;
      list-style-type: none;
}
#menupos {
      position:absolute;
      top: 110px;
}
#menu {
}
#menu dl {
      float: left;
      height: 28px;

}
#menu dt {
	cursor: pointer;
	text-align: center;
	margin: 0px;
	margin-bottom : 2px;
	height:28px;
	width: 115px;
	font:  12px/28px Arial, Helvetica, sans-serif;
	border-right: 1px inset #FFFFFF;
}

#menu dt a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#menu dt a:hover {
     display: block;
      color: #fff;
      text-decoration: none;
}
#menu dd {
      display: none;
}
#menu li {
      text-indent: 4px;
      text-align: left;
      font-size: 12px;
      background-color: #a83a00;
	  border-top: 1px outset #FFFFFF;
}
#menu li a {
      background-color: #2a6526;
      color: #fff;
      text-decoration: none;
      display: block;
      height: 25px;
      border: 0 none;
	  width:115px;
}
#menu li a:hover {
      background: #a83a00;
      text-decoration: none;
}
