dl a.ie { text-decoration: none; }
	dl a.ie dd { display: none; }
 
/* Fix IE6 hover bug 
dl a.ie:hover { background-color: #606061 !important; }*/
 
dl a.ie dt
{
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	display: block;
}
 
dl a.ie:hover dd,
dl a.ie:active dd,
dl a.ie:focus dd
{
	height: auto;
	color: #cccccc !important;
	display: block;
}
