.mtDropdownMenu {
	LEFT: -1000px; 
	OVERFLOW: hidden; 
	POSITION: absolute; 
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	BORDER-RIGHT: 1px solid #000000; 
	BORDER-TOP: 1px solid #000000; 
	BORDER-LEFT: 1px solid #000000; 
	BORDER-BOTTOM: 0px solid #000000; 
	Z-INDEX: 2; 
	POSITION: relative; 
	TOP: 0px;
	LEFT: 0px;
	background-image:url(img_menu_bg.gif);
}
.mtDropdownMenu .item {
	FONT-SIZE: 10px; 
	CURSOR:pointer;
	COLOR: #000000; 
	FONT-FAMILY:verdana;
	HEIGHT: 0px; 
	TEXT-DECORATION: none;
	height:22px;
	text-indent:7px;
}
.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: #FFFFFF;
	background-image:url(img_menu_bg_down.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:22px;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px;
}

