.dropdown {
	float:left;
	z-index: 2;
}
.dropdown dt {
	width:120px;
	font-weight:bold;
	cursor:pointer;
	color: #FFF;
	font-size: 9px;
	height: 100%;
	padding-top: 8px;
	background-image: url(/bld-themes/pi/images/bg-menu-li.png);
	text-align: center;
	padding-bottom: 8px;
}
.dropdown dt:hover {}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:120px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:120px;
	list-style:none;
}
.dropdown li {
	display:inline;
	margin-top: 2px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.dropdown a, .dropdown a:active, .dropdown  a:visited {
	color:#FFF;
	text-decoration:none;
}
.dropdown a.nolink {
	cursor: default;
}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	display:block;
	padding:5px;
	width:110px;
	background-color: #00649d;
	margin-top: 2px;
	text-align: center;
}
.dropdown li a:hover {
	color:#000;
	background-color: #a0bdda;
}
.dropdown .underline {border-bottom:1px solid #FFF}
