.CopyMenu {
position: relative;
float: right;
margin-right: expression(5 + 35); /* IE adjustment */
left: -1px;
}
.CopyMenu dl {
background: #fef9e9;
border: 2px outset #ffedae;
position: absolute;
width: 8em;
left: -8em;  /* Always should negative value of the menu's width */
overflow: hidden;
font-size: 12px;
line-height: 150%;
z-index: 65535;
}
.CopyMenu dl dt {
color: #834300;
border-bottom: 2px groove #ffedae;
font-weight: bold;
padding-left: 3px;
}
.CopyMenu dl dd {
margin: 0;
display: block;
width: 100%;
}
.CopyMenu dl dd a {
color: #834300;
padding-left: 12px;
display: block;
width: 100%;
font-size: 11px;
text-decoration: none;
}
.CopyMenu dl dd a:hover {
background-color: #ffc;
}
.CopyMenu dl dd.Default a {
font-weight: bold;
}
.HiddenMenu, div#flashcopier {
position: absolute;
left: -999em;
z-index: -1;
}