.mtDropdownMenu {
	POSITION:absolute;
	overflow:hidden;
	margin-top:0px;
}

.mtDropdownMenu .content {
	POSITION: absolute;
	margin:0px;
}

.mtDropdownMenu .items {
	BORDER-RIGHT: 1px solid #cfcfcf; 
	BORDER-top: 1px solid #cfcfcf; 
	BORDER-LEFT: 1px solid #cfcfcf; 
	Z-INDEX: 2;
	POSITION:absolute;
	TOP: 0px;
	LEFT: 0px;
	background-image:url(img_menu_bg.png);
/*	filter:alpha(opacity=100);*/
}

.mtDropdownMenu .item {
    font-family:Arial, Helvetica, sans-serif; font-weight:normal;
	FONT-SIZE: 12px; 
	CURSOR:pointer;
	COLOR: #636467;
	height:29px;
	TEXT-DECORATION: none;
	text-indent:0px;
}

.mtDropdownMenu .background {
	Z-INDEX: 1; 
	LEFT: 0px; 
	TOP: 0px; 
	POSITION: absolute;
}

.mtDropdownMenu .shadowRight {
	WIDTH: 0px; 
	TOP: 0px; 
	POSITION: absolute; 
}

.mtDropdownMenu .shadowBottom {
	LEFT: 0px; 
	HEIGHT: 0px; 
	POSITION: absolute;
}

.mtDropdownMenu .hover {
	color: #ffbb00;
	background-repeat:repeat-x;
	height:29px;
	background-image:url(img_menu_bg_hover.png);
}

.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 25px;
}
