.ddmx {
	width: 100%;
	font: 75% tahoma;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}
/* Main Menu Item */
.ddmx .item1,
.ddmx a.item1:visited {
    padding: 5px 10px 5px 10px;
    font-size: 80%;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

/* Main Menu Item Hover */
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
   /*  padding: 3px 10px 3px 10px; */
    font-size: 80%;
    background: #CBA952;
   	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
/* Sub Menu Item */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #CBA952;
    padding: 5px 10px 5px 10px;
    font-size: 75%;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align: left;
    z-index: 500;
	width: 120px;
	border-left: 2px solid #FFFFFF;
}
/* Sub Menu Item Hover on Main Menu Item */
.ddmx .item2 {
	color: #000000;
	border-left: 2px solid #FFFFFF;
}
/* Sub Menu Items Hover */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #6689C9;
	color: #000000;
}
.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 */