.dropdown{
	display:block;
	position: relative;
}

.dropdown dt{
	background: url(../images/nav_bg.jpg);
	color: #dae3ea;
	cursor:pointer;
	font-size: 12px;
	line-height: 25px;
	width:194px;
}

.dropdown .upperdd{
	border-bottom:none;
}

.dropdown dt:hover{
	background:url(../images/nav_bg_over.jpg);
}

.dropdown dt a{
	background: none;
	color: #dae3ea;
	font-size: 12px;
	padding:0 0 0 25px;
	text-decoration: none;
}

.dropdown dt a:hover{
	background: none;
}

.dropdown dt.active{
	background:url(../images/nav_bg_over.jpg);
}

.dropdown dd{
	background:#fff;
	display:none;
	font-size: 12px;
	line-height: 25px;
	opacity:0;
	position:absolute;
	top:0;
	overflow:hidden;
	width:153px;
}

.dropdown ul{
	list-style:none;
	width:153px;
}

.dropdown li {
	cursor: pointer;
}



.dropdown li a{
	padding: 0 0 0 20px;
}

.dropdown li a, .dropdown li a:active, .dropdown li a:visited{
	background:#6d8295;
	color:#fff;
	display:block;
	text-decoration:none;
	width:194px;
}

.dropdown li a:hover{
	background:#415161;
	color:#fff;
	cursor: pointer;
}

.dropdown .underline{
	border-bottom:1px solid #4c5d6d;
}
