.ddmx {
	font-family: Tahoma;
	font-size: 11px;
	border-left-color: Silver;
	border-left-style: solid;
	border-left-width: thin;
	background-image: url(../images/bg.gif);
}
.ddmx .item1 {
	display: block;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: White;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	position: relative;
	border-right-color: Silver;
	border-right-style: solid;
	border-right-width: thin;
	background-image: url(../images/bg.gif);
}
.ddmx .item1:hover {
	display: block;
	position: relative;
	border-right-color: Silver;
	border-right-style: solid;
	border-right-width: thin;
	background-image: url(../images/bg2.gif);
}
.ddmx .item1-active {
	display: block;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: Yellow;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	position: relative;
	border-right-color: Silver;
	border-right-style: solid;
	border-right-width: thin;
	background-image: url(../images/bg.gif);
}
.ddmx .item1-active:hover {
	display: block;
	position: relative;
	border-right-color: Silver;
	border-right-style: solid;
	border-right-width: thin;
	background-image: url(../images/bg2.gif);
}

.ddmx .item2 {
	padding: 3px 8px 4px 8px;
	font: 11px tahoma;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-image: url(../images/bg2.gif);
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	font: 11px tahoma;
	color: White;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-image: url(../images/bg.gif);
}
.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: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td {
	position: relative;
} /* ie 5.0 fix */