a:visited    { color: #CCCCCC; font-weight: bold }

#bloke {position:relative; top:10px; width:120px}
.cssnav {
position: relative;
font-family: arial, helvetica, sans-serif; font-weight:bold;
background-image: url('images/menu2.gif');
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 120px;
height: 25px;
margin: 0;
padding: 0;
overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a {
display: block;
color: #0000ff;
font-size: 12px;
width: 120px;
height: 25px;
display: block;
float: left;
color: white;
text-decoration: none;
overflow:hidden;/* for ie to hide extra height*/
}



.cssnav img {width: 120px; height: 25px; border: 0px none; }
* html a:hover {visibility:visible}


.cssnav a:hover img{visibility:hidden}


.cssnav span {
position: absolute;
left: 25px;
top: 4px;
margin: 0px;
padding: 0px;
cursor: hand;
}