.ddmx {
    font: 11px tahoma; width:100%; z-index:1000;
}
.ddmx .item1 {
   padding: 3px 10px 3px 10px;
    background: #D66F0A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-right:#F9BB83 1px solid;
	z-index:1000;
}
.ddmx .item1-active{
    padding: 3px 10px 3px 10px;
    background: #831515;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-right:#F9BB83 1px solid;
	z-index:1000;
}
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #831515;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-right:#F9BB83 1px solid;
	z-index:1000;
}
.ddmx .item1:hover {
    padding: 3px 10px 3px 10px;
    background: #831515;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-right:#F9BB83 1px solid;
	z-index:1000;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom:#F9BB83 1px solid;
}
.ddmx .item2 {
    background: #BE4105;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #802900;
}
.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 #D77D3E;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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