.dropdown_menu_container, .dropdown_menu_container ul { 
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 2000;
	margin: -1px 0 0 -30px;
}

.downarrowpointer{ 
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{ 
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 3000;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}



/* IE6 CSS hack */

* html .dropdown_menu_container li{
	display: inline-block;
	width: 170px; 
}




			.dropdown_menu_container a {
				display: block;
				overflow: hidden;
			}


		