@charset "utf-8";
/* CSS Document */
.dropdown{
	float:left;
	/*padding-right:1px*/
}
.dropdown dt{
	width:120px;
	border:1px solid #09F;
	color:#FFF;
	padding:5px;
	font-weight:bold; 
	cursor:pointer;
	/*background:url(../menu/images/header.gif)*/
	background:url(../menu/images/normal.gif);
}
.dropdown dt:hover{
/*	background:url(../menu/images/header_over.gif)*/
	background:url(../menu/images/hover.gif);
}

.dropdown dd{
	position:absolute; 
	overflow:hidden; 
	width:180px;
	display:none;
	background:#fff; 
	z-index:200; 
	opacity:0
}
.dropdown ul{
	width:180px; 
	border:2px solid #9ac1c9; 
	list-style:none; 
	border-top:none
}
.dropdown li{
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited{
	display:block;
	padding:5px; 
	color:#FFC; 
	text-decoration:none;
	background:#09C/*#eaf0f2*/;
	width:168px
}
.dropdown a:hover {
	background:#069/*#d9e1e4*/;
	color:#FFF
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}