.dropdown {
	float:left; 
	z-index: 99;
}
.dropdown dt {
	width:122px; 
	height: 25px;
	padding:6px 0 0 0; 
	font-weight:bold; 
	cursor:pointer; 
	background:url(../images/button_links.gif) no-repeat;
}
.dropdown dt:hover {
	background:url(../images/button_linkhover.gif) no-repeat;
}
.dropdown dt a, .dropdown dt a:visited, .dropdown dt a:link, .dropdown dt a:hover {
	font-size: 11px; 
	font-family: Arial; 
	font-weight: bold;
	text-decoration:none;
	color: #fff;
	b/order: 1px solid red;
}
.dropdown dd {
	position:absolute;
	width:122px;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	wid/th:121px;
	o/verflow:hidden;
	b/rder:2px solid #9ac1c9;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	display:block;
	padding:5px 0 5px 0;
	color:#333;
	text-decoration:none;
	background:#fff;
	width:120px;
	font-size: 11px; 
	font-family: Arial; 
	font-weight: bold;
}
.dropdown li a:hover {
	display:block;
	padding:5px 0 5px 0;
	background:#d9e1e4;
	text-decoration:none;
	color:#000;
	width:120px;
	font-size: 11px; 
	font-family: Arial; 
	font-weight: bold;
}
.dropdown .underline {
	border-bottom:1px solid #19465D;
	border-left:1px solid #19465D;
	border-right:1px solid #19465D;
}
.dropdown .last {
	border-bottom: 2px solid #000;
}