/*
A3C3FE
E5EBE7

*/
.ddmx {
	font-size: 100%;
	background: #6E1517;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
}
/* Main Menu Item */
.ddmx .item1 , .ddmx .item1:visited {
	background: #6E1517;
	/*background-image:url("images/button-bg.gif");
	background-repeat: repeat-y;*/
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 80%;
	color: #FFCE17;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	line-height: 1.5em;
	width: 150px;
}

/* Main Menu Item Hover */
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	/*  padding: 3px 10px 3px 10px; FEB719*/
	border-bottom: 1px solid #FFFFFF;
	font-size: 80%;
	background: #FEB719 ;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	line-height: 1.5em;
	border-top: 0;
}
/* Sub Menu Item */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #FFCE17;
	padding: 5px 10px 5px 10px;
	font-size: 75%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
	z-index: 500;
	min-width: 150px;
	width: 150px;
	border-left: 2px solid #FFFFFF;
}
/* Sub Menu Item Hover on Main Menu Item */
.ddmx .item2, .ddmx .item2:visited {
	background: #6E1517;
	/*background-image:url("images/button-bg.gif");
	background-repeat: repeat-y;*/
	color: #FFCE17;
	border-left: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* Sub Menu Items Hover */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #FEB719;
	color: #333333;
	border-bottom: 1px solid #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 #333333;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */