	/* ===== 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 .itemstoplvl {
	position:relative;
	left:0px; top:0px;
	border-bottom:1px solid #A4BE5A;
	border-left:1px solid #A4BE5A;
	border-right:1px solid #A4BE5A;
	z-index:2;
	}
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #A4BE5A;
	background-color: #EAF0C8;
	z-index:2;
	}
	
.mtDropdownMenu .item {
    color:#537720;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}
.mtDropdownMenu .item_hover {
	background:#7B9925;
	color:#ffffff;
	}


.mtDropdownMenu .itemtext1 {
    color:#537720;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:hand;
	}
.mtDropdownMenu .itemtext1_hover {
	color:#ffffff;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:hand;
	}
.mtDropdownMenu .itemtext2 {
    color:#537720;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:hand;
	}
.mtDropdownMenu .itemtext2_hover {
	color:#ffffff;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:hand;
	}

.mtDropdownMenu .background {
/*	background-image:url(/images/menu-back.gif); */
	position:absolute;
	left:0px; top:0px;
	z-index:1;
/*	-moz-opacity:.8; */
/*	filter:alpha(opacity=80); */		
	}
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:4px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:4px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
	
.mtDropdownMenu .item img {
	margin-left:10px;
	}
	
	