
.ddmx {
    font: 11px tahoma;
	text-align:left;
}
.ddmxx
{
}
.ddmxx .item1x {

}
.ddmx .item1x
{
    padding: 5px 0px 3px 5px;
    font: 11px verdana;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	height:20px;

}
.ddmx .item1
{

    padding: 4px 20px 2px 10px;
    font: 11px verdana;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	height:16px;

}
.ddmx .item1:hover
{
    padding: 4px 20px 2px 10px;
    font: 11px verdana;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	background: #4e4a49;
}

.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 4px 20px 2px 10px;
    font: 11px verdana;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	height:16px;
	background: #61018d;
}
.ddmx .item2
{
    padding: 7px 17px 7px 17px;
    font: 11px verdana;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2:hover
{
    padding: 7px 17px 7px 17px;
    font: 11px verdana;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background: #000000;

}
.ddmx .item2-active,
.ddmx .item2-active:hover 
{
    padding: 7px 17px 7px 17px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	    background: #000000;
}
.ddmx .item2 {
    background: #61018d;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 7px 17px 7px 17px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}


.ddmx .section {
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */