.VOORRAAD-14 {
	position:relative; /*this is the key*/
	z-index:24;
	width:200px;
	font-family: "arial", "Helvetica", "sans-serif";
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	 }

.VOORRAAD-14:hover{
z-index:25; width:200px; background-color:transparent; color: #FFFFFF; text-align: center; text-decoration:none}

.VOORRAAD-14 span{display: none}

.VOORRAAD-14:hover span{ /*the span will display just on :hover state*/
    padding: 2px;
    display:block;
    position:absolute;
    top:18px; left:-120px; width:135px;
    border:1px solid #FF0000;
    background-color:#FFFFFF;
	font-family: "arial", "Helvetica", "sans-serif"; font-size:12px; font-weight:bold; color: #FFFFFF;
    text-align: center;
	text-decoration:none}

