.dropdown {
	float:left; 
	padding-right:5px;
	height:18px;
	margin:0px;
}

.dropdown dt {
	cursor:pointer; 
	width:100px;
	height:20px; /* 18px */
	padding-top:0px; /* 2px */
	display:block;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	border-left:1px solid #2A2B30;
	border-right:1px solid #2A2B30;
	text-decoration:none;
	font-size:0.9em;
	float:none;
}

.dropdown dt:hover {
	
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	display:none; 
	/*background:#fff; */
	z-index:200; 
	/*opacity:0; */
	margin:0px; 
	padding:0px;
}

.dropdown ul { 
	/*border:2px solid #9ac1c9; */
	list-style:none; 
	border-top:none; 
	margin:0px; 
	padding:0px;
}

.dropdown li {
	
}

.ddheader a {
	width:100px;
	height:18px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding-top:2px; /* 0px */
}

.ddheader a:hover, .ddheader a.current_section {
	background-color:#121212;
}

#menu ul li a {
	width:96px;
	height:18px;
	padding:4px 0px 4px 4px;
	display:block;
	text-align:left;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(/app/images/menu_links_bg_full.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border-left:1px solid #2A2B30;
	border-right:1px solid #2A2B30;
	border-bottom:1px solid #2A2B30;
	text-decoration:none;
	font-size:0.9em;
	float:none;
}

#menu ul li a:hover, #menu ul li a.sel {
	background-color:#d5d5d5;
	background-position:-100px 0px;
	color:#000000;
}

/*.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}

.dropdown a:hover {background:#d9e1e4; color:#000}

.dropdown .underline {border-bottom:1px solid #b9d6dc}*/