

.bdc-dd-menu {
	width: 150px;
	height: 324px !important;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.bdc-dd-menu-panel {
	background-color: white;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 170px;
    -webkit-border-radius: 0 0 4px 4px; 
    -moz-border-radius: 0 0 4px 4px; 
    border-radius: 0 0 4px 4px;	
}

.bdc-dd-scroll-pane {
	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;
	line-height: 24px;
}

.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: 6px 0 3px 5px;
	margin: 0;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	width: 150px !important;
}

.bdc-dd-text:active {border-left: 10px solid #9A9A9A; color: #333333;}

.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;
	width: 160px !important;
}

.bdc-dd-icon {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/arrow-black-right.png) no-repeat;
	background-position: center center;
	display: none;
}

.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 {
	background-color: #6d9fce;
	color: white;
	-webkit-border-radius: 4px 4px 0 0 ; 
    -moz-border-radius: 4px 4px 0 0; 
    border-radius: 4px 4px 0 0;
    line-height: 45px;
}

.bdc-dd-title-hover {
	border: 1px outset #069;
	background-color: #069;
	color: white;
	cursor: pointer;
}

.bdc-dd-title-root-hover {
	background-color: #6d9fce;
	color: white;
	-webkit-border-radius: 4px 4px 0 0 ; 
    -moz-border-radius: 4px 4px 0 0; 
    border-radius: 4px 4px 0 0;
    line-height: 45px;
}

.bdc-dd-title-label {
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 15px;
}

.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;
}
