.mtDropdownMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* main container for the menu */
.mtDropdownMenu .content { position: absolute; }

/* table comprises all menu items. each TR is one item */
.mtDropdownMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #999;
	z-index: 2;
	font-size:11px;
	}

.mtDropdownMenu top {
	border-top: 0px solid #F00;
}

.mtDropdownMenu .top .items {
	margin-top: 0px;
	border-top: 0px solid #999;
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
	color:#B1B1B1;
	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;
	cursor: pointer;
	cursor: hand
	}

/* semi-transparent white background of each menu. */
.mtDropdownMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	}

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

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

/* mouse hover. */
.mtDropdownMenu .itemHover {
 	background: #DDB774;
	font-size:11px;
	color: #000;
	cursor: pointer;
	}

/* dingbat that indicates there is a submenu */
.mtDropdownMenu .item img {
	margin-left: 0px;
	}
.mtDropdownMenu .item td, .mtDropdownMenu .itemHover td {
	font-size:11px;
	color:#FFF;
	font-weight:normal;
}
.fontcolor{
	font-size:11px;
}
