#dropline ul {display:inline;}
#dropline ul li {float:left;} /* 2008-03-12 MM, add position:relative here to change this to a menu */

#dropline .current .show 
{
	width:100%;
}

#dropline .current .show .sub
{
	width:expression(document.getElementById('dropline').offsetWidth);
}