.dmx {
    font: 11px tahoma;
}
.dmx .item1
 {
    font: 11px tahoma;
    color: #3c3c3c;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	background: url(../images/bullet.gif) no-repeat 15px 3px;
    padding: 5px 10px 5px 35px;
	width: 143px;
	

}

.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    font: 11px tahoma;
    color: #404f87;
    font-weight: normal;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
	background: url(../images/bullet.gif) no-repeat 15px 3px #ffffff;	
    padding: 5px 10px 5px 35px;	
}

.dmx .item2
{
    padding: 4px 8px;
    font: 11px tahoma;
    color: #3c3c3c;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom:1px solid #e4e4e4;

}

.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 4px 8px;
    font: 11px tahoma;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background: #68ab20;
	border-bottom:1px solid #cfcfcf;	
}


.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 8px;
    right: 2px;
    border: 0;
}
.dmx .section {
    border: 1px solid #cccde0;
	background-image:url(../images/leftpartbodybg.gif);
    position: absolute;
    visibility: hidden;
    z-index: -1;
	width: 150px;
}

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

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