.tdmx {
    font: 14px tahoma;
}
.tdmx .item1,
.tdmx .item1:hover,
.tdmx .item1-active,
.tdmx .item1-active:hover {
    padding: 0px;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.tdmx .item2,
.tdmx .item2:hover,
.tdmx .item2-active,
.tdmx .item2-active:hover {
    padding: 3px 8px 4px 18px;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;

}
.tdmx .item2 {
    background: #2C6C09;
	 background-image: url(/site/img/t-menu-drop.gif);
	 background-repeat: no-repeat;
	 background-position: left;
	 height: 22px;
}
.tdmx .item2:hover,
.tdmx .item2-active,
.tdmx .item2-active:hover {
    background: #2C6C09;
	 background-image: url(/site/img/t-menu-drop.gif);
	 background-repeat: no-repeat;
	 background-position: left;
	 height: 22px;
}
.tdmx .arrow,
.tdmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.tdmx .item2 img,
.tdmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.tdmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width: 370px;
}

* html .tdmx td { position: relative; } /* ie 5.0 fix */