/*
Context menu Script-

Actual URLs to select are in htm source file.

© Dynamic Drive (www.dynamicdrive.com)
Last updated: 99/09/16th
For full source code, 100's more DHTML scripts, and Terms Of Use,
visit dynamicdrive.com
*/

#ie5menu
   {
   position:absolute;
   width:130px;
   border:2px solid black;
   background-color:pink;
   font-family:Verdana;
   line-height:20px;
   cursor:default;
   visibility:hidden;
 }

.menuitems
   {
   padding-left:15px;
   padding-right:15px;
 }
