/* ===== 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 #a8a0bb;
	border-left:1px solid #a8a0bb;
	border-right:1px solid #a8a0bb;
	z-index:2;
	}
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:0px solid #e2e2e2;
	background-color: #e2e2e2;
	z-index:2;
	}
	
.mtDropdownMenu .item {
    color:#0A2B6A;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:pointer;
	}
.mtDropdownMenu .item_hover {
	background:#919191;
	color:#ffffff;
	}


.mtDropdownMenu .itemtext1 {
    color:#333333;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:pointer;
	}
.mtDropdownMenu .itemtext1_hover {
	color:#ffffff;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:pointer;
	}
.mtDropdownMenu .itemtext2 {
    color:#ffffff;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:pointer;
	}
.mtDropdownMenu .itemtext2_hover {
	color:#0A2B6A;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
/*	border:none; */
	cursor:pointer;
	cursor:pointer;
	}

.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;
	}
	