ok it works if you put the href in as I posted while you were preparing your zip.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>menu..</title>
<STYLE type="text/css">
.menu a {
background: #ffffff url(images/btn_default.gif) left no-repeat;
DISPLAY: block;
}
.menu a:hover {
background: #ffffff url(images/btn_hot.gif) left no-repeat;
DISPLAY: block;
}
.menu a:active {
background: #ffffff url(images/btn_current.gif) left no-repeat;
DISPLAY: block;
}
</STYLE>
</head>
<body MS_POSITIONING="GridLayout">
<div class="menu"><a href="#">Home</a></div>
</body>
</html>