
.bdc-dd-menu {
	width: 218px;
	height: 280px;
	margin: 0;
	padding: 0;
	border: 0px;
	overflow: hidden;
}

.bdc-dd-menu-panel {
	background-image: url(../images/cup_rim.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: white;  
	padding: 0;
	margin: 0;
}

.bdc-dd-scroll-pane {
	overflow: hidden;
	position: relative;
}

.bdc-dd-scroll-up {
	width: 198px;
	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: 198px;
	height: 10px;
	background-image: url(../images/arrow-white-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FF9933;
	border: 1px outset #FF9933;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-up-click {
	width: 198px;
	height: 10px;
	background-image: url(../images/arrow-white-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #663300;
	border: 1px inset #663300;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-down {
	width: 198px;
	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: 198px;
	height: 10px;
	background-image: url(../images/arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FF9933;
	border: 1px outset #FF9933;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.bdc-dd-scroll-down-click {
	width: 198px;
	height: 10px;
	background-image: url(../images/arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #663300;
	border: 1px inset #663300;
	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: #FF9933;
}

.bdc-dd-label-initial {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #FF9933;
}

.bdc-dd-label-initial-hover {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #FF9933;
}

.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: #FF9933;
}

.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: #FF9933 url(../images/arrow-white-right.png) no-repeat;
	background-position: center center;
}

.bdc-dd-title {
	border: 1px outset #FF9933;
	background-color: #FF9933;
	color: white;
	cursor: pointer;
}

.bdc-dd-title-root {
	border: 1px outset #FF9933;
	background-color: #FF9933;
	color: white;
}

.bdc-dd-title-hover {
	border: 1px outset #663300;
	background-color: #663300;
	color: white;
	cursor: pointer;
}

.bdc-dd-title-root-hover {
	border: 1px outset #FF9933;
	background-color: #FF9933;
	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;
}
