
<!-- dit zijn de standaard css-instellingen{  }
<!-- je kunt die overschrijven door in de div style=... op te nemen{  }

.hyperlinkcss{
border-left:1px solid #62A0FF; 
border-right:1px solid #62A0FF; 
border-top:1px solid #62A0FF; 
border-bottom:1px solid #62A0FF; 
position:absolute;
margin-left:-110px;               /* horizontale plaatsing menu t.o.v. de hyperlink */
margin-top:-158px;                /* verticale plaatsing menu t.o.v. de hyperlink */
visibility: hidden;
line-height: 18px;
z-index: 100;
background-color: #F3FAFF;
width: 130px;
}

.hyperlinkcss a{                   <!-- standaard uitzicht link --> 
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
}

.hyperlinkcss a:hover{              <!-- standaard uitzicht link bij muisover -->
background-color: #F3FAFF;
}