.ddmx {
    border-top: 1px solid #3f4851;
	border-bottom: 1px solid #3f4851;
	background-color: #3395DA;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding-left: 9px;
	padding-right: 9px;
    border-left: 1px solid #b9b9b9;
	border-right: 1px solid #2d2d2d;
    background-color: #3395DA;
    color: #FDEC68;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	height: 15px;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background-color: #FDEC68;
	color: #3395DA;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding-left: 9px;
	padding-right: 9px;
    border-left: 1px solid #b9b9b9;
	border-right: 1px solid #2d2d2d;
    background-color: #3395DA;
    color: white;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	height: 15px;
	z-index: 500;
}

.ddmx .item2 {
    background: #3395DA;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   	background-color: #FDEC68;
	color: #3395DA;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section {
	border-top: 1px solid #3f4851;
    border-left: 1px solid #9798CE;
	border-right: 1px solid #9798CE;
	border-bottom: 1px solid #9798CE;
	position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid white;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */