.dropdown ul, .dropdown li, .dropdown dl, .dropdown dt, .dropdown dd { padding:0; margin:0; }

.dropm {
	font-size:12px;
	color:#000;
}
.dropdown dt a,
.dropdown dt p {
	display:block;
	width:100px;
	_width:123px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color:#fff;
	padding:3px 15px 3px 6px !important;

	background-image:url(/domtour/promo_ski/images_top_2011/111025/dropm_arrow.gif);
	background-repeat:no-repeat;
	background-position:105px 5px;
	text-align:center;

	cursor:pointer;
	z-index:0;
}
.dropdown dt:hover {}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:123px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:121px;
	_width:123px;
	border:1px solid #000;
	border-bottom: none;
	list-style:none;
}
.dropdown li {
	display:inline;
}
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
	display:block;
	padding: 2px 5px;
	color:#000;
	text-decoration:none;
	background:#eeffff;
	width:111px;
	_width:121px;
	border-bottom: 1px solid #000;
}
.dropdown dd a:hover {
}
