* {behavior:url("css/ie6hover.htc")}

dl{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    font-weight:bold;
    text-decoration:none;
    margin:0;
}
dl span{ display: none; }

dl.hover{ z-index:25; color: #aaaaff; background:;}
dl.hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:575px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
dl.hover span.top{
	display: block;
	padding: 8px 8px 0;
    background: url(top.gif) no-repeat top;
}
dl.hover span.middle{ 
	display: block;
	padding: 0 8px; 
	text-align: center;
	background: url(middle.gif) repeat bottom; 
}
dl.hover span.bottom{
	display: block;
	padding:3px 8px 5px;
	color: #548912;
    background: url(bottom.gif) no-repeat bottom;
}

dl:hover{ z-index:25; color: #aaaaff; background:;}
dl:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:575px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
dl:hover span.top{
	display: block;
	padding: 8px 8px 0;
    background: url(top.gif) no-repeat top;
}
dl:hover span.middle{ 
	display: block;
	padding: 0 8px; 
	text-align: center;
	background: url(middle.gif) repeat bottom; 
}
dl:hover span.bottom{
	display: block;
	padding:3px 8px 5px;
	color: #548912;
    background: url(bottom.gif) no-repeat bottom;
}

