.dropdown {  
	float:left;
	width:156px;
	position:relative;
	
}

.dropdown dt {  
	width:156px;
	cursor:pointer;
	
}
	
.dropdown dd {  
	position:absolute;top: top:40px; left:0px;
	overflow:hidden;
	width:156px;
	display:none;
	z-index:200;
	opacity:0;
	
}
	
.dropdown ul {  
	width:154px;
	border:1px solid #183aa4;
	list-style:none;
	border-top:none;
	text-align:left;
	
}
	
.dropdown li {
  display:inline;
}

.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited {  
	display:block;
	padding:2px 5px 2px;
	color:#333;
	text-decoration:none;
	background:#d3eafa;
	width:139px;
	padding-left:10px;
	
}

.dropdown a, .dropdown a:active, .dropdown a:visited {  
	display:block;
	color:#333;
	text-decoration:none;
	background:#d3eafa;
	
}

.dropdown li a:hover {  
	background:#72cfe4;
	color:#0c30b7;
	/*background:#72cfe4 url(../images/arrow_navi.gif) no-repeat 2px center;*/
	
}

.dropdown .underline {  
	border-bottom:1px dotted #696969;
	
}
	
