.ddmx {
    font: 11px Verdana;
}
.ddmx .item1 {
    background-color: #CAC2BF;
	padding: 3px 10px 3px 10px;
   font: 11px arial;
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   display: block;
   white-space: nowrap;
   position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background-color: #CAC2BF;
    padding: 3px 10px 3px 10px;
    font: 11px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 5px 2px 5px;
    font: 10px Verdana;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	top:1px;
/*	left: -20px; */
	z-index: 500;
	width:90;
	border-bottom: 1px solid #CAC2BF;
	border-left: 1px solid #CAC2BF;
}
.ddmx .item2 {
    background-color: #CAC2BF;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #CAC2BF;
	color: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    
}
.ddmx .section {
    border: 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

