.mtDropdownMenu {
	left: -1000px; margin-left: 15px; overflow: hidden; width: 120px; position: absolute; top: -1000px
;}
.mtDropdownMenu .content {
	position: absolute
;}
.mtDropdownMenu .items {
	border-right: #999 1px solid; border-top: #999 1px solid; z-index: 2; left: 0px; border-left: #999 1px solid; width: 100px; border-bottom: #999 1px solid; position: relative; top: 0px; text-align: center
;}
.mtDropdownMenu .item {
	border-right: medium none; border-top: medium none; font-size: 12px; background: #98bdf4; border-left: medium none; cursor: hand; color: #333333; border-bottom: medium none; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; text-decoration: none; ext-decoration: none
;}
.mtDropdownMenu .background {
	z-index: 1; background: #98bdf4; left: 0px; position: absolute; top: 0px; moz-opacity: .8
;}
.mtDropdownMenu .shadowRight {
	z-index: 3; background: #98bdf4; filter: alpha(opacity=40); width: 2px; position: absolute; top: 3px; moz-opacity: .4
;}
.mtDropdownMenu .shadowBottom {
	z-index: 1; background: #98bdf4; filter: alpha(opacity=40); left: 3px; position: absolute; height: 2px; moz-opacity: .4
;}
.mtDropdownMenu .hover {
	background: #d7e6fb; color: #ffffff
;}
.mtDropdownMenu .item IMG {
	margin-left: 10px
;}
