.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 50000;
	text-align:left;
	width:auto;
}
div#menu .dmx a.item2 {
    text-align:left;
}
.dmx .item2 {
    padding: 4px;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    /*background: #ffffff;*/
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    /* border: 1px solid #b8b4ae; */
	border-top: #fe9e14 0px solid;
	border-bottom: #d00000 4px solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	padding:5px 10px 10px 10px;
	/* background:url(../img/submenu_gradient.jpg) top center repeat-x; */
	background:url(../img/submenu_gradient.jpg) top center repeat-x;
	margin:1px 0 0 -10px;
	/* background:#f2f2f2;*/
	font-size:12px;
}

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