.ddmx {
    font: 12px Arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
   padding-left:10px;
    
   
   
    font-family:Arial;
font-size:11px;
font-weight:bold;
color:#ffffff;
font-style:italic;
text-decoration:none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 7px 8px 7px 8px;
    font: 12px Arial;
    font-weight: bold;
    text-decoration: none;
	color:#AC56C3;
font-style:italic;

    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	_z-index:999;
	text-align:center;
	border:1px solid #ffffff;
}
.ddmx .item2 {
    background: #4F106B;
	color:#FFFFFF;
	

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #4F106B;
}


.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: 0px solid #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	padding-top:0px;
	background: #4F106B;
	margin-top:-15px;
	margin-left:-15px;
	_margin-left:0px;
}


.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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