.ddmx {
	width: 208px;
    _position: relative;
    _z-index: 10;
}
.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .item1_top, .ddmx .item1_top:hover, .ddmx .item1_top-active, .ddmx .item1_top-active:hover	{
    position: relative;
    z-index: 10;
	padding: 0 8px 0 49px;
	height: 21px;
	line-height: 21px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
	color: #DD5858;
	background: url('../img/menu/bg_item1.gif') left bottom no-repeat;
}
.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover	{
	background: url('../img/menu/bg_item1_over.gif') left bottom no-repeat;
}
.ddmx .item1_top, .ddmx .item1_top:hover, .ddmx .item1_top-active, .ddmx .item1_top-active:hover	{
	font-weight: bold;
	color: #FFFFFF;
	background: url('../img/menu/bg_item1_top.gif') left bottom no-repeat;
}
.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover	{
    position: relative;
    z-index: 500;
    display: block;
    padding: 3px 0 1px 0;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
	color: #DD5858;
    background-color: #F1C6C5;
}
.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover	{
	color: #D30900;
	background-color: #FFB8B6;
}
.ddmx .item2 span, .ddmx .item2:hover span, .ddmx .item2-active span, .ddmx .item2-active:hover span	{
    display: block;
    padding: 0 9px 0 8px;
	color: #DD5858;
}
.ddmx .item2:hover span, .ddmx .item2-active span, .ddmx .item2-active:hover span	{
	color: #D30900;
}
.ddmx .arrow, .ddmx .arrow:hover	{
    padding: 3px 0 1px 0;
}
.ddmx .arrow span, .ddmx .arrow:hover span	{
    display: block;
    padding: 0 19px 0 8px;
}
.ddmx .item2 img, .ddmx .item2-active img	{
	width: 10px;
	height: 12px;
    position: absolute;
    top: 5px;
    right: 4px;
    border: 0;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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