.mtDropdownMenu
{
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
}
.mtDropdownMenu table, .mtDropdownMenu td
{
	text-align: left;
	line-height: 22px;
	text-indent: 20px;
}
.mtDropdownMenu .content
{
	position: relative;
	text-align: center;
}
.mtDropdownMenu .items
{
	border-right: #000 0px solid;
	border-top: #999 0px solid;
	z-index: 2;
	left: 0px;
	border-left: #999 0px solid;
	border-bottom: #999 0px solid;
	position: relative;
	top: 0px;
	width: 107px;
}
.mtDropdownMenu .item
{
	/*BORDER-RIGHT: medium none; BORDER-TOP: medium none;  BORDER-LEFT: medium none;   BORDER-BOTTOM:  medium none; */
	cursor: hand;
	font-size: 12px;
	text-decoration: none;
	color: #fff; /*EXT-DECORATION: none*/
}
.mtDropdownMenu .background
{
	z-index: 1;
	filter: alpha(opacity=80);
	left: 0px;
	position: absolute;
	top: 0px;
	moz-opacity: .8;
}
.mtDropdownMenu .shadowRight
{
	z-index: 3;
	filter: alpha(opacity=40);
	width: 2px;
	background: #ffffff;
	position: absolute;
	top: 3px;
	moz-opacity: .4;
}
.mtDropdownMenu .shadowBottom
{
	z-index: 1;
	filter: alpha(opacity=40);
	left: 3px;
	background: #ffffff;
	position: absolute;
	height: 2px;
	moz-opacity: .4;
}
.mtDropdownMenu .hover
{
	background-color: #b7d7f0;
	color: #FFFFFF;
	text-decoration: underline;
}

/*
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px}*/
