#navi {
float: left;
width: 240px;
margin-top: 0px;
}
#navi a {
display: block;
font: bold 10px bitstream vera sans mono,Arial, Helvetica, sans-serif;
padding: 3px;
text-decoration: none;
border: 1px solid #fff;
width: 110px;
margin: 2px 0;
color: navy;
background: navy;
text-align: center;
}
.normal a:link {
	color: white;
	background: blue;
	font-size: 15px;
}

#navi a:link {
	color: white;
	background: navy;
}
#navi a:visited {
color:#fff;
background: navy;
}
#navi a:hover {
color:#000;
border:1px solid #257;
background: #fff;
}
#navi a:active {
color: #fc0;
background: #fff;
}
#navi a .showcase {
display: none;
}
#navi a:hover .showcase {
position: absolute;
top: 80px;
left: 10px;
display: block;
width: 150px;
font: bold 0.90em  Arial, Helvetica, sans-serif;
background: #fff;
border: 1px dashed #257;
color: #000;
padding: 5px;
}

