 
  .menu                   { position: absolute; 
							 left: 0; 
							 top: 0;
                             visibility: hidden; 
							 background: #FFFFFF;
                             width: 120px; 
							 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; 
							 
                             width: 120px; 
							 }
  .menu a:hover            { font-family: Tahoma; 
							 font-size: 11px;
                             text-decoration: none; 
							 font-weight: normal;
                             color: #ff6600; 
							 
                             width: 120px;  }
  .menu .border            { border: 1px solid #F4F4F4;
                             border-bottom: 1px solid #808080;
                             border-right: 1px solid #808080; }
  .menu .text              { overflow: hidden;
                             width: 125px; 
							 height: 15px; }
  .menu .arrow             { overflow: hidden;
                             width: 15px; 
							 height: 12px;
                             padding-left: 5px; 
							 padding-top: 3px; }
  .menu .arrow img         { width: 6px; 
							 height: 7px;
                             border: 0px; }	 

