.dmx2 {
    font: 13px Arial;
}
.dmx2 .item1
{
	padding-left:16px;
	padding-top:7px;
	padding-bottom:10px;
	border-bottom: 1px solid #ffffff;
    background:#5186bc;
	background-image:url(../images/lmenu.jpg);
	background-repeat:no-repeat;
    font: 13px Arial;
    color: #e5eff6;
	font-weight:normal;
    text-decoration:none;    
    white-space: nowrap;
    position: relative;
	display:block;
}
.dmx2 .item1:hover,
.dmx2 .item1-active,
.dmx2 .item1-active:hover {
   	padding-left:16px;
	padding-top:7px;
	padding-bottom:10px;
	border-bottom: 1px solid #ffffff;
	background:#5186bc;
	background-image:url(../images/lmenuhover.jpg);
	background-repeat:no-repeat;
    font: 13px Arial;
    color: #e5eff6;
	font-weight:normal;
    text-decoration:none;    
    white-space: nowrap;
    position: relative;
	display:block;
}
.dmx2 .item2,
.dmx2 .item2:hover,
.dmx2 .item2-active,
.dmx2 .item2-active:hover {
    padding: 3px 8px 4px 8px;
	border-bottom: 0px solid #ffffff;
    font: 13px Arial;
    color: #e5eff6;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx2 .item2 {
    background: #5186bc; /* bg color changed */
}
.dmx2 .item2:hover,
.dmx2 .item2-active,
.dmx2 .item2-active:hover {
    background: #1e3f6c; /* hover color changed */
	color:#e5eff6;
}
.dmx2 .arrow,
.dmx2 .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx2 .item2 img,
.dmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx2 .section {
    border: 1px solid #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.dmx2 .bottom,
.dmx2 .bottom:hover {
    border-bottom: 1px solid #ffffff;
}

* html .dmx2 td { position: relative; } /* ie 5.0 fix */
