.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:13px;
	color: #fff;
    display: block;
    white-space: nowrap;
    position: relative;
	text-decoration: none;
	border-bottom:1px solid #f60; 
	width:198px; width:224px;
	background: #252525 url(../images/arrow.gif) no-repeat 10px 10px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {    
	background:#464646 url(../images/arrowr.gif) no-repeat 10px 10px; 
	color:#fff; 
	width: 224 px; 
	position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding:2 0 2 5;
    FONT-FAMILY:verdana;
	FONT-SIZE:13px;
	color: #fff;
    text-decoration: none;
	border-bottom:1px solid #f60;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;	
	background-color:#464646;
	line-height: 24px;
}
.ddmx .item2 {
    background: #464646;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    text-decoration: none;
	color: #fff;
	/*background-color: #fff;*/
	font-weight:bold;
}
/*.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}*/
.ddmx .section {
    border: 1px none #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;	
	background-color:#464646;
	width:200px;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
