.dmx2 {
    font: 11px tahoma;
}
.dmx2 .item1{
    padding: 3px 1px 3px 0px;
    border-bottom: 1px solid #cccccc;
    background: #C0C0C0;
    font: 12px arial;
    color: #13568D;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width:210px;
}
.dmx2 .item1:hover {
    padding: 3px 1px 3px 0px;
    border-bottom: 1px solid #cccccc;
    background: #FF0000;
    font: 12px arial;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width:210px;
}
.dmx2 .item1-active {
    padding: 3px 1px 3px 0px;
    border-bottom: 1px solid #cccccc;
    background: #FF0000;
	color:#FFFFFF;
    font: 12px arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width:210px;
}
.dmx2 .item1-active:hover {
    background: #FF0000;
	color:#FFFFFF;	
}
.dmx2 .item2,
.dmx2 .item2:hover,
.dmx2 .item2-active,
.dmx2 .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom:1px solid #CCCCCC;
}
.dmx2 .item2 {
    background: #C0C0C0;
	border-bottom:1px solid #CCCCCC;
	color: #13568D;
	
}
.dmx2 .item2:hover,
.dmx2 .item2-active,
.dmx2 .item2-active:hover {
	 background: #FF0000;
	color:#FFFFFF;
}
/*.dmx2 .arrow,
.dmx2 .arrow:hover {
    padding: 10px;
}*/
.dmx2 .item2 img,
.dmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx2 .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.dmx2 .bottom,
.dmx2 .bottom:hover {
    /*border-bottom: 1px solid #000000;*/
}

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