.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 5px 5px 5px 20px;
    FONT-FAMILY:verdana;
	FONT-SIZE:11px;
	color: #fff;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
	text-decoration: none;
	border-bottom:1px solid #e8e8e8; 
	width:180px;
	background: #258 url(../images/arrowr.gif) no-repeat 10px 10px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {    
	background:#f6f4f5; 
	color:#258; 
	position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding:2 0 2 20;
    FONT-FAMILY:verdana;
	FONT-SIZE:11px;
	color: #fff;
    text-decoration: none;
	border-bottom:1px solid #e8e8e8;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;	
	background-color:#258;
	line-height: 24px;
}
.ddmx .item2 {
    background: #258 url(../images/arrowr.gif) no-repeat 10px 10px;
	padding-left:20px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    text-decoration: none;
	color: #fff;
	font-weight:bold;
}
.ddmx .section {
    border: 1px none #e8e8e8;
    position: absolute;
    visibility: hidden;
    z-index: -1;	
	background-color:#258;
	width:205px;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
