div.dropdown_liste a {
	padding: 0 4px 1px 4px;
	line-height: 14px;
}

div.dropdown_liste a:hover {
	padding-bottom: 2px;
}

div.reminderdate .dropdown_container {
	top: 1px;
}



div.dropdown_width_downloadcenter {
	width: 227px;
	margin-left: 155px;
}


div.dropdown_width_downloadcenter div.dropdown_liste {
	min-width: 227px;
}


/* START dropdown scrollbar styles */
div.dropdown_liste div.dd_dropdown_scroll_inner {
	padding-bottom: 1px;
}

div.dropdown_liste div.dropdown_scrollbar {
	display: none;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar {
	display: block;
	position: absolute;
	right: 6px;
	top: 5px;
	width: 7px;
	height: 87px;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a,
div.dropdown_liste_scrollbar div.dropdown_scrollbar a:hover {
	margin: 0;
	padding: 0;
	background: none;
	cursor: default;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_top {
	position: absolute;
	left: 0;
	top: 0;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_top img { background: transparent url('/media/_administration/images/layout/dropdown/dropdown_scroll_top.gif') left top no-repeat; }
div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_top:hover img { background-image: url('/media/_administration/images/layout/dropdown/dropdown_scroll_top_rollover.gif'); }

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_bottom img { background: transparent url('/media/_administration/images/layout/dropdown/dropdown_scroll_bottom.gif') left top no-repeat; }
div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_bottom:hover img { background-image: url('/media/_administration/images/layout/dropdown/dropdown_scroll_bottom_rollover.gif'); }

div.dropdown_liste_scrollbar div.dropdown_scrollbar div.dropdown_scrollbar_track {
	width: 7px;
	height: 87px;
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_scroll_bg.gif') center repeat-y;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.dropdown_scrollbar_handle {
	display: block;
	background-color: #6f7072;
	width:3px;
	height: 20px;
	margin-left: 1px;
	border: 1px solid #6f7072;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.dropdown_scrollbar_handle:hover {
	background-color: #dee4e9;
	border-color: #638cae;
}

div.dropdown_scrollbar div.mouseOnHandle a.dropdown_scrollbar_handle {
	background-color: #dee4e9;
	border-color: #638cae;
}

div.dropdown_liste_scrollbar div.dd_dropdown_scroll_outer {
	height: 107px;
}

div.dropdown_liste_scrollbar div.dd_dropdown_scroll_inner {
	padding-bottom: 2px;
}

div.dropdown_liste_scrollbar  {
	height: 106px;
	padding-bottom: 1px;
	padding-right:18px;
}

div.dropdown_liste_scrollbar ul li a:hover {
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_liste_scroll_rollover.gif') right top no-repeat;
}
/* END dropdown scrollbar styles */

