  .menu                   { position: absolute; left: 0; top: 0;
                             visibility: hidden; background: #FFFFFF;
                             width: 100px; margin: 0px; padding: 0px;
                             border: 1px solid silver;
                             overflow: visible; }
  .menu a, .menu a:visited { font-family: Tahoma; font-size: 11px;
                             text-decoration: none; font-weight: normal;
                             color: black; background: #E2E2E2;
                             width: 100px; padding-left: 10px; }
  .menu a:hover            { font-family: Tahoma; font-size: 11px;
                             text-decoration: none; font-weight: normal;
                             color: black; background: #F4F4FF;
                             width: 100px; padding-left: 10px; }
  .menu .border            { border: 1px solid #F4F4F4;
                             border-bottom: 1px solid #808080;
                             border-right: 1px solid #808080; }
  .menu .text              {
	overflow: hidden;
	width: 105px;
	height: 15px;
	font-family: "Arial";
}
  .menu .arrow             { overflow: hidden;
                             width: 15px; height: 12px;
                             padding-left: 5px; padding-top: 3px; }
  .menu .arrow img         { width: 6px; height: 7px;
                             border: 0px; }
