/*jarak antar kotak menu*/
.dropdown {float:left; padding-right:0px}

/* lebar kotak menu, list border, tinggi kotak, background menu #9ac1c9*/
.dropdown dt {
	width:188px;
	border: 1px solid Green;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	background:url(unit/sumut/bar_dd.gif)
}

/* backgroun menu hover*/
.dropdown dt:hover {background:url(unit/sumut/bar_dd_over.gif)}

/*lebar dropdown box, */
.dropdown dd {position:absolute; overflow:hidden; width:199px; display:none; background:#fff; z-index:200; opacity:0}

/* panjang border-bottom, tebal border, warna=#9ac1c9 */
.dropdown ul {
	width:199px;
	border: 1px solid Green;
	list-style:none;
	border-top:none
}
.dropdown li {display:inline}

/*lebar koloh visited/hover  #d9e1e4, #eaf0f2;*/
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background: #E8FED3;
	width:199px
}
.dropdown a:hover {background:#B4FD6C; color:#000}
.dropdown .underline {
	border-bottom: 1px solid Green;
}

font{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}