.bdc-dd-menu-no-script {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bdc-dd-menu {
	height: 544px;
	margin: 0;
	padding: 0;
	border: 1px solid #989898;
	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: 208px;
	height: 10px;
	background-image: url(./img_ddmenu/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: 208px;
	height: 10px;
	background-image: url(./img_ddmenu/arrow-black-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #989898;
	border: 1px outset #989898;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-up-click {
	width: 208px;
	height: 10px;
	background-image: url(./img_ddmenu/arrow-black-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #989898;
	border: 1px inset #989898;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-down {
	width: 208px;
	height: 10px;
	background-image: url(./img_ddmenu/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: 208px;
	height: 10px;
	background-image: url(./img_ddmenu/arrow-black-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #989898;
	border: 1px outset #989898;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-down-click {
	width: 208px;
	height: 10px;
	background-image: url(./img_ddmenu/arrow-black-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #989898;
	border: 1px inset #989898;
	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: #989898;
}

.bdc-dd-label-initial {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #989898;
}

.bdc-dd-label-initial-hover {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #989898;
}

.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: 5px 10px;
	margin: 0;
	color: #434343;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
}

.bdc-dd-label-hover .bdc-dd-text {
	display: block;
	padding: 5px 10px;
	margin: 0;
	color: white;
	text-decoration: none;
}

.bdc-dd-text-hover {
	display: block;
	padding: 5px 10px;
	margin: 0;
	color: white;
	text-decoration: none;
	background-color: #989898;
	font-size: 115%;
	font-weight: bold;
}

.bdc-dd-icon {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(./img_ddmenu/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(./img_ddmenu/arrow-black-right.png) no-repeat;
	background-position: center center;
}

.bdc-dd-icon-hover {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: #989898 url(./img_ddmenu/arrow-black-right.png) no-repeat;
	background-position: center center;
}

.bdc-dd-title {
	background-image:url(../../pcs/pcs_layout/box-background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	cursor: pointer;
}

.bdc-dd-title-root {

}

.bdc-dd-title-hover {
	background-image:url(../../pcs/pcs_layout/box-background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	cursor: pointer;
}

.bdc-dd-title-root-hover {

}

.bdc-dd-title-label {
	background-image:url(../../pcs/pcs_layout/box-background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0 0 5px 0;
	padding: 5px 10px 10px;
	height: 10px;
	color:#989898;
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
}

.bdc-dd-title-icon {
	width: 20px;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0;
	background: url(./img_ddmenu/arrow-black-up.png) no-repeat;
	background-position: center center;
}
