	/* ===== DHTML drop down menu styles ===== */

.mtBG {
/*	background-image:  url(images/index_bg.gif);
	background-repeat: repeat-x; */
	}
.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
.mtDropdownMenu .content {
	position:absolute;
	}
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #2163d3;
	z-index:2;
	}
.mtDropdownMenu .item {
    color:#ffffff;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-weight:bold;
	border:none;
	cursor:pointer;
	cursor:hand;
	}
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);	
	}
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=20);
	}
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=20);
	}
.mtDropdownMenu .item.hover {
	background:#000c68;
	color:#ffffff;
	}
.mtDropdownMenu .item img {
	margin-left:0px;
	}
	
