.ddmx {
    font: 13px tahoma;
}
.ddmx .item1,	
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 6px 13px 6px 0px;
	font: 13px arial;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-top: 1px solid #000000;
	font-variant: small-caps;
	background: #D8DBE1;
	
}

.ddmx .item1 {
background: #6d9bce;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 6px 14px 6px 14px;
	font: 13px tahoma;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-variant: small-caps;
	border-top: 1px solid #000000;
}
.ddmx .item2 {
    background: #D8DBE1;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFFFFF;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 6px 16px 6px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
	color: #000000;
	font: 13px;

	
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */

