.DropDownMenu {left: -1000px; overflow: hidden; position: absolute; top: -1000px; margin-left:10px; margin-top:-5px}
.DropDownMenu .content {position: absolute}
.DropDownMenu .items {border: 1px outset; z-index: 2; position: relative; left: 0px; top: 0px; width:152px}
.DropDownMenu .item {font: 10pt "Trebuchet MS" bold; cursor: pointer; color: #5a0c0d; text-decoration: none}
.DropDownMenu .background {z-index: 1; filter: alpha(opacity=50); left: 0px; position: absolute; top: 0px; moz-opacity: .8}
.DropDownMenu .shadowRight {z-index: 3; filter: alpha(opacity=30); width: 0px; position: absolute; top: 3px; moz-opacity: .4}
.DropDownMenu .shadowBottom {z-index: 1; filter: alpha(opacity=30); height: 0px; position: absolute; left: 3px; moz-opacity: .4}
.DropDownMenu .hover {background: #555555; color: white}
.DropDownMenu .item IMG {margin-left: 0px; width:0px}