.mtDropdownMenu {
	left: -1000px; 
	overflow: hidden; 
	position: absolute; 
	top: -1000px;
}
.mtDropdownMenu .content {
	position: absolute;
}
.mtDropdownMenu .items {
	background-color: #ffffff;/*color background*/ 
	border: 1px solid #e2e2e2;
	border-top: 3px solid #f00088;
	z-index: 2; 
	left: 0px;  
	position: relative; 
	top: 3px; /*corre el layer de arriba hacia arriba o abajo*/
	-webkit-border-bottom-right-radius: 	4px;
	-webkit-border-bottom-left-radius: 		4px;
	-moz-border-radius-bottomright: 		4px;
	-moz-border-radius-bottomleft: 			4px;
	border-bottom-right-radius: 			4px;
	border-bottom-left-radius: 				4px;
	font-size: 10px;
}
.mtDropdownMenu .item {
	border: none;
	cursor: pointer; 
	color: #333333;
	font-weight: normal;
	font-size: 10px; 
	font-family: Verdana; 
	text-decoration: none;
}
.mtDropdownMenu .background {
	z-index: 1;/*era 0 cambiado por mi*/ 
	filter: alpha(opacity=0);
	left: 0px; 
	position: absolute; 
	top: 3px;/*corre un layer q hay debajo*/ 
	moz-opacity: 0; /*no cambia nada*/
}
.mtDropdownMenu .shadowRight {
	z-index: 0; 
	filter: alpha(opacity=0);/*tiene q ver con la molesta barrita del costado*/ 
	width: 0px; 
	position: absolute; 
	top: 0px; 
}
.mtDropdownMenu .shadowBottom {
	z-index: 0; 
	filter: alpha(opacity=15);/*tiene q ver con la molesta barrita del costado*/ 
	left: 0px; 
	position: absolute; 
	height: 0px; 
}
.mtDropdownMenu .hover {
	color: #f00088;/*color rollover tipografia*/
	font-family: Verdana;
	font-size: 10px;
	background-color: #f0f0f0;
}
.mtDropdownMenu .item img {
	margin-left: 3px;
}
A.leftnavlink {
	font-weight: bold; 
	font-size: 10pt; 
	color: #ff0000; 
	font-family: Arial; 
	text-decoration: none;
}
A.leftnavlink2 {
	font-weight: normal; 
	font-size: 10pt; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none
}
A.leftnavlink2:hover {
	font-weight: normal; 
	font-size: 10pt; 
	color: #ff0000; 
	font-family: Arial; 
	text-decoration: none;
}
A.leftnavlink3 {
	font-weight: normal; 
	font-size: 8pt; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none;
}
A.leftnavlink3:hover {
	font-weight: normal; 
	font-size: 8pt; 
	color: #ff0000; 
	font-family: Arial; 
	text-decoration: none;
}
A.announcelink {
	font-weight: normal; 
	font-size: 8pt; 
	color: #ff0000; 
	font-family: Arial; 
	text-decoration: none;
}
A.featurelink {
	font-weight: bold; 
	font-size: 10pt; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.currentlink {
	font-weight: bold; 
	font-size: 7pt; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.bookmarklink {
	font-weight: normal; 
	font-size: 10pt; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.bookmarklink:hover {
	font-weight: normal; 
	font-size: 10pt; 
	color: #666666; 
	font-family: Arial; 
	text-decoration: none;
}
