.dmx {
    font: 11px tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {	
    padding: 3px 10px 3px 10px;
    background: #003366;
    font: 16px arial;
    color: #C4E6F7;
    
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;	
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #003366;
    
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;	
    z-index: 500;
}
.dmx .item2 {
	background: #C4E6F7;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #A4B3F7;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: relative;
	background: #99CCFF;
    top: 4px;
    left: 3px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
	background: #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


a img {
	border:0;
	text-align: center;
} 

a:link {
text-decoration: none;
color: #003366;



* html .dmx td { position: relative; } /* ie 5.0 fix */
