/*Not really sure why IE needs all these,but hey it works!*/
*html .horizontal li a{
	height:20px;
}
*html .horizontal  li ul{
	margin:0px;
	width: 184px;
	clear:both;
}	
*html .horizontal  li li ul{
	position: absolute;
	left: 0px;
	margin-top: -20px;
	margin-left: 184px;
}
*:first-child+html .horizontal  li ul{
	margin-left:0px;
	margin-top:0px;
	clear:left;
}
*:first-child+html .horizontal  li li ul{
	margin-left:184px;
	margin-top: -18px;
}

*html .horizontal li ul li a{
	width: 184px;
	
}
/*These assist the iframe shim*/
.mlmenu iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0);
	z-index: 2;
}
select,object,iframe{
	z-index: 1;
}