@import "base.css";
@import iefix.css;

*html .smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0;
	/*margin:-2px 0 0 -2px;*/
	line-height:100%;
}

*html #subMenusContainer li{
	list-style: none;
	padding:0px;
	margin:0px;
	font-size:0px;
}