/*Not really sure why IE needs all these,but hey it works!*/
.horizontal  li ul{
	margin-top: 20px ;
	margin-left: 0 px; /*placement ss menu*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}	
.horizontal  li li ul{
	position: absolute;
	left: 0px;
	margin-top: 20 px;
	margin-left: -140 px; /*placement ss menu 2*/
}
/*These assist the iframe shim*/
.mlmenu iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0);
	z-index: 2;
}
select,object,iframe{
	z-index: 1;
}