Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .map_context_menu{
  2.     visibility:hidden;
  3.     background:#ffffff;
  4.     border:1px solid #8888FF;
  5.     z-index: 10;
  6.     position: relative;
  7.     width: 210px;
  8.     padding: 5px;
  9. }
  10. .map_menu_item {
  11.     cursor: pointer;
  12.     background: #FFF;
  13. }
  14. .map_menu_item a, .map_menu_item input[type=submit] {
  15.     background: transparent;
  16.     display: block;
  17. }
  18. .map_menu_item form{
  19.     margin: 0;
  20.     padding: 0;
  21. }
  22. .map_menu_item, .map_menu_item input[type=submit], .map_menu_item a {
  23.     border: 0;
  24.     width: 100%;
  25.     margin: 0;
  26.     padding: 0;
  27.     color: #000;
  28.     text-align: left;
  29.     text-decoration: none;
  30.     font-family: Arial, Helvetica, sans-serif;
  31.     font-size: 15px;
  32. }
  33. .map_menu_item:hover {
  34.     background: #58C0E6;
  35. }