.dmx {
	width: 921px;
	background-image:url(../images/nav_background_off.gif);	
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 0px 3px 0px;
    /*background: #000000;*/
	font-family: Arial Narrow, Arial;
	font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
	width:110px;
	height:29px;
	position:relative;
}
.dmx .item1-active{
	background-image:url(../images/nav_background_on.gif);
}
.dmx .item1:hover,
.dmx .item1-active:hover {
	background-image:url(../images/nav_background_on.gif);
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
	font-size:14px;
    color: #5C5B59;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    z-index: 500;
	text-align:left;
	min-width: 100px;
	border-bottom:1px solid #FFFFFF;
}
.dmx .item2 {
    background: #DCF6FC;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #F2E0FC;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}
.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;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.newarrow{
	width:10px;
	height:10px;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
