.dropdown { float: left; padding-right: 1px; font-size: 0.9em;  }
.dropdown dt { padding:0 40px 0 0; font-weight:bold; cursor: pointer; display: block;}
.dropdown dt a:link, .dropdown dt a:active, .dropdown dt a:visited{ color: #EA0387; text-decoration:none;}
.dropdown dt:hover { color: #EA0387;}
.dropdown dt a:hover { color: #EA0387;}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 140px;
	margin-left:-5px;
	display:none;
	z-index:200;
	opacity:0;
	text-align: left;
}
.dropdown ul {width:140px; list-style:none; border-top:none; margin-top: 9px;}
.dropdown ul li { background-image: none; float: left; clear:left;}
.dropdown li { display:block;}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited
{
	font-size: 0.9em;
	display: block;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #000;
	width: 140px;
	border-bottom: 1px solid #333;
}
.dropdown li a:hover { background: #000; color: #EA0387;}
#menurowborder { border-bottom:1px solid #89B3BC; border-left:1px solid #89B3BC; border-right:1px solid #89B3BC }

