Forum Moderators: not2easy
you have a few options:
-simply create a .gif of the text you want and the problem is solved with the best quality (I personally recommend using this one - no CSS needed)
-place the link and create a background image. Then position the background image (no-repeat) slightly under and to the right of the original text using a CSS style
-create two pieces of text. The first one containing the actual link text and the second the shadowed text. Then assign each piece of text to a specific ID selector and make it a layer. Then, you can use absolute positioning to perfectly place both layers the way you want it.