.mtDropdownMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:3000;
	}

/* main container for the menu */
.mtDropdownMenu .content { 
	position: absolute; 
	/*background:url(../../../images/bg.png) top left repeat;*/
}

/* table comprises all menu items. each TR is one item */
.mtDropdownMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #6C8AC1;
	z-index: 2;
	font-weight:bold;
	width:170px;
	}

.mtDropdownMenu.top .items {
	margin-top: 0px;
	/*border-top: 0px solid #72012D;*/
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color: #000;
    font-size: 11px;
    text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	/*border: none;*/
	border-bottom:1px solid #509AD9;
	cursor: pointer;
	cursor: hand
	}


/* semi-transparent white background of each menu. */
.mtDropdownMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	/*background:#fff url(../../../images/bg.png) top left repeat;*/
	/*background:#0E3D8B;*/
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	}

/* sliver of shadow on the right of the menu */
.mtDropdownMenu .shadowRight {
	position: absolute;
	z-index: 3;
	/*top: 3px;
	width: 4px;*/
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* sliver of shadow on the bottom of the menu. */
.mtDropdownMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	/*left: 3px;
	height: 2px;*/
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* mouse hover. */
.mtDropdownMenu .itemHover {

	/*font-size:11px;
	font-weight:bold;
	
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	background: #FFF;
	color:#000;*/
	-moz-opacity:.5;

	background: #fff;
	cursor: pointer;
}

.mtDropdownMenu .itemHover td{
	color: #000;

	filter:alpha(opacity=50);
}

/* dingbat that indicates there is a submenu */
.mtDropdownMenu .item img {
	margin-left: 10px;
	}
.fontcolor{
	/*color:#000;*/
}
