﻿.dmx {
    font-family: Tahoma, Arial, Helvetica, Verdana, FreeSans;
	font-size: 13px;
	z-index: 10;
	
}
.dmx .item1 {
/*    padding: 1px 10px 3px 10px; */
    padding: 1px 20px 3px 20px; 
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	border-radius: 10px;
    position: relative;
	text-align: center;
	z-index: 10;
}
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
/*    padding: 1px 10px 3px 10px; */
    padding: 1px 20px 3px 20px; 
    background: #444444;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-radius: 10px;
	text-align: center;
	z-index: 10;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 1px 8px 4px 8px;
 	color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 10;
}
.dmx .item2 {
	background: #e5e1da;
	z-index: 10;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffff;
	z-index: 10;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 1px 16px 4px 8px;
	z-index: 10;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
	z-index: 10;
	
	
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
        
/*    top: 175px;  */
    
    visibility: hidden;
 /*   z-index: -1;  */
	z-index: 10;
}

/* * html .dmx td { position: relative; } /* ie 5.0 fix */