/* hint menu */  
.hint  
{  
background-color:#3d3d3d;  
line-height:10px;  
color:white;  
font-family:Tahoma;  
font-size:8pt;  
width:auto;  
border:1px solid white;  
border-radius:5px 5 0 0;
margin:1px;  
padding:8px;  
position:absolute;  
visibility:hidden;  
}  
/* ---------------- */ 