@charset "utf-8";
.mtDropdownMenu {
	left: -1000px; overflow: hidden; position: absolute; top: -1000px;
}
.mtDropdownMenu .content {
	position: absolute;
}
.mtDropdownMenu .items {
	width: 132px;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-right: #a3a3a3 1px solid;
	border-bottom: #a3a3a3 1px solid;
	background: #fff;
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
.mtDropdownMenu .items UL {
	width: 132px; height: 100%; margin: 0; overflow: hidden; list-style: none;
}
.mtDropdownMenu .items UL LI {
	text-indent: 1em; display: block;
}

/*BORDER-TOP: medium none;
.top .items {
	BORDER-BOTTOM: medium none;
}
*/

.mtDropdownMenu .item {
	width: 134px; border: medium none; text-decoration: none; color: #666; font-size: 12px; cursor: pointer; 
}

.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; WIDTH: 2px; POSITION: absolute; TOP: 0px
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; LEFT: 3px; POSITION: absolute; HEIGHT: 2px
}

.mtDropdownMenu .hover {
	font-weight: bold; background: #f8f8f8; color: #A6202C;
}

.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 12px
}
