/*
A3C3FE
E5EBE7

*/

.ddmx {
	width: 100%;
	text-align: left;
	/*margin-left: -10px;*/
}
/* Main Menu Item */
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 3px 0px 3px 40px;
	color: #C51015;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	/*border-left:  25px solid black;*/
	/*margin: 10px 5px 10px 0px;*/
	line-height: 24px;
	background-image: url('images/cbcltd-menu-bullet.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
}

/* Main Menu Item Hover */
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	/* padding: 3px 10px 3px 10px; */
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #C51015;
	padding-left: 40px;
	line-height: 24px;
	background-image: url('images/cbcltd-menu-bullet.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
/* Sub Menu Item */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #C51015;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
	z-index: 500;
	width: 200px;
	border-left: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* Sub Menu Item Hover on Main Menu Item */
.ddmx .item2 {
	background: #C51015;
	color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
/* Sub Menu Items Hover */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #C54B4E;
	color: #FFFFFF;
}
.ddmx .arrow {
	/* padding: 5px 10px 5px 10px; */
}

.ddmx .arrow:hover {
	/* padding: 5px 10px 5px 10px; */
	/* color: #0066AC; */
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
}
.ddmx .section {
	border: 0px solid #b8b4ae; /* This MUST be border: not border-bottom or border-top etc */
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
	border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */