

.bdc-dd-menu {
	width: 150px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: 1px solid black;
	overflow: hidden;
}

.bdc-dd-menu-panel {
	background-color: white;
	padding: 0;
	margin: 0;
}

.bdc-dd-scroll-pane {
	overflow: hidden;
	position: relative;
}

.bdc-dd-scroll-up {
	width: 148px;
	height: 10px;
	background-image: url(../images/arrow-black-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border: 1px outset;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-up-hover {
	width: 148px;
	height: 10px;
	background-image: url(../images/arrow-white-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #09c;
	border: 1px outset #09c;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-up-click {
	width: 148px;
	height: 10px;
	background-image: url(../images/arrow-white-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #069;
	border: 1px inset #069;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-down {
	width: 148px;
	height: 10px;
	background-image: url(../images/arrow-black-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border: 1px outset;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-down-hover {
	width: 148px;
	height: 10px;
	background-image: url(../images/arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #09c;
	border: 1px outset #09c;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-down-click {
	width: 148px;
	height: 10px;
	background-image: url(../images/arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #069;
	border: 1px inset #069;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-sub-menu {
	padding: 0;
	margin: 0;
	clear: both;
}

.bdc-dd-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bdc-dd-label {
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.bdc-dd-label-hover {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #09c;
}

.bdc-dd-label-initial {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #3cf;
}

.bdc-dd-label-initial-hover {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #09c;
}

.bdc-dd-label-initial .bdc-dd-text {
	color: white;
}

.bdc-dd-label-initial-hover .bdc-dd-text {
	color: white;
}

.bdc-dd-text {
	display: block;
	padding: 3px;
	margin: 0;
	color: black;
	text-decoration: none;
}

.bdc-dd-label-hover .bdc-dd-text {
	display: block;
	padding: 3px;
	margin: 0;
	color: white;
	text-decoration: none;
}

.bdc-dd-text-hover {
	display: block;
	padding: 3px;
	margin: 0;
	color: white;
	text-decoration: none;
	background-color: #09c;
}

.bdc-dd-icon {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/arrow-black-right.png) no-repeat;
	background-position: center center;
}

.bdc-dd-label-hover .bdc-dd-icon {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/arrow-white-right.png) no-repeat;
	background-position: center center;
}

.bdc-dd-icon-hover {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: #09c url(../images/arrow-white-right.png) no-repeat;
	background-position: center center;
}

.bdc-dd-title {
	border: 1px outset #09c;
	background-color: #09c;
	color: white;
	cursor: pointer;
}

.bdc-dd-title-root {
	border: 1px outset #09c;
	background-color: #09c;
	color: white;
}

.bdc-dd-title-hover {
	border: 1px outset #069;
	background-color: #069;
	color: white;
	cursor: pointer;
}

.bdc-dd-title-root-hover {
	border: 1px outset #09c;
	background-color: #09c;
	color: white;
}

.bdc-dd-title-label {
	font-size: 1.2em;
	margin: 0;
	padding: 0.3em 0 0.3em 0.3em;
}

.bdc-dd-title-icon {
	width: 20px;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/arrow-white-up.png) no-repeat;
	background-position: center center;
}
