
* {
	padding:0;
	margin:0
}
#hotel-dropdown {
	position: relative;
	float:left;
	padding-right:5px;
	z-index: 90 !IMPORTANT;
}
#hotel-dropdown dt {
	font-size:12px;
	color:#A7A7A7;
	font-family:Verdana,Arial;
	font-weight:normal;
	width:188px;
	border:2px solid #867360;
	padding:4px;
	cursor:pointer;
	/*background-image:url(file:../images/hotelauswahl/pfeil.gif) !IMPORTANT;
	background-repeat: repeat;*/
}
#hotel-dropdown dt:hover {
	border:2px solid #867360;
	/*background-image:url(file:../images/hotelauswahl/pfeil.gif) !IMPORTANT;
	background-repeat: repeat;*/
}
#menu-ddheader {
/*background-image:url(file:../images/hotelauswahl/pfeil.gif) !IMPORTANT;
	background-repeat: repeat;*/
}

#hotel-dropdown dd {
	position:absolute;
	overflow:hidden;
	width:200px;
	display:none;
	background-color:#fff;
	z-index:90;
	opacity:0;
}
#hotel-dropdown ul {
	width:196px;
	_width: 186px;
	border:2px solid #867360;
	list-style:none;
	border-top:none;
	text-indent:30px;
	background-color: #867360;
	z-index: 90 !IMPORTANT;
}
#hotel-dropdown li {
	display:inline;
}
#hotel-dropdown a, #hotel-dropdown a:active, #hotel-dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background-color:#f8f4ec;
	width:186px;
}
#hotel-dropdown a:hover {
	background-color:#efe6d2;
	color:#000;
}
#hotel-dropdown .underline {
	border-bottom:1px solid #867360
}
#hotel-dropdown .hotel-header {
	background-color:#f8f4ec;
	font-weight:bold;
	display:block;
	cursor:pointer;
	text-indent:8px;
	padding: 6px 8px 5px 8px;
	width: 180px;
	_width:180px;
}
#hotel-dropdown .hotel-header a {
}