.mtDropdownMenu { position:absolute; overflow:hidden; left:-1000px; top:-1000px; }
.mtDropdownMenu .content { position:absolute; }
.mtDropdownMenu .items { position:relative; left:0px; top:0px; z-index:3; border:none; border-top:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5; }
.mtDropdownMenu .item { color:#616686; border:none; cursor:pointer; cursor:hand; }
.mtDropdownMenu .item td { color:#616686; font-size:11px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; padding-left:15px; padding-top:3px; padding-bottom:3px; border:none; border-bottom:1px solid #E5E5E5; }
.mtDropdownMenu .item.hover td { color:#ECB547; background:#FDF4E2; }
.mtDropdownMenu .item img { margin-left:10px; }
.mtDropdownMenu .background { position:absolute; left:0px; top:0px; z-index:2; background:#F9F9F9; -moz-opacity:.9; filter: alpha(opacity=85); }
.mtDropdownMenu .shadowBottom { position:absolute; z-index:2; background:#888888; -moz-opacity:.4; filter:alpha(opacity=15); }
.mtDropdownMenu .shadowRight { position:absolute; z-index:2; background:#888888; -moz-opacity:.4; filter:alpha(opacity=15); }