/*Drop Menu*/

.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.mtDropdownMenu .content {
	position:absolute;
	}
/*Change Main Border Color*/
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #e3e3e3;
	z-index:2;
	}

.mtDropdownMenu.top .items {
	border-top:none;
	}

/*Change Main Text Color */
.mtDropdownMenu .item {
    color:#333333;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/*Change See Through*/
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=88);
	}

.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:1;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=20);
	}

.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:2px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=20);
	}

/*Change Rollover Background and Text Colors*/
.mtDropdownMenu .item.hover {
	background:#456B81;
		color:#DCE7ED;
	}

.mtDropdownMenu .item img {
	margin-left:0px;
	}
