.dmx1 {
    font: 11px tahoma;
}
.dmx1 .item1,
.dmx1 .item1:hover,
.dmx1 .item1-active,
.dmx1 .item1-active:hover {
    padding: 3px 10px 3px 10px;    
	background:url(../menu/bkg_nav_main_2.gif) no-repeat right top;
    font: 11px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx1 .item2,
.dmx1 .item2:hover,
.dmx1 .item2-active,
.dmx1 .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx1 .item2 {
    background: #193E67;
}
.dmx1 .item2:hover,
.dmx1 .item2-active,
.dmx1 .item2-active:hover {
    background: #2B5482;
	color:#fff;
}
/*.dmx1 .arrow,
.dmx1 .arrow:hover {
    padding: 3px 16px 4px 8px;
}*/
.dmx1 .item2 img,
.dmx1 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx1 .section {
    border: 1px solid #122B47;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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