.ddmx {
    font: 11px tahoma;
	 /*width: 100%;*/
}
.ddmx .item1,.ddmx .item1-active
{
	padding: 7px 5px 3px 10px;
	font: 12px arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;

}

.ddmx .item1:hover,.ddmx .item1-active:hover {
	/*color: #cccccc;*/
	color: #b3ded5;
	background-image: url(../images/arrow_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.ddmx .item1_sel,.ddmx .item1_sel-active,.ddmx .item1_sel:hover,.ddmx .item1_sel-active:hover
{
	padding: 3px 10px 3px 10px;
	background: #000000;
	font: 12px arial; /*color: #f17c02;*/
	color: #b3ded5;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

.ddmx .item1_selected {
	color: #b3ded5;
	background-image: url(../images/arrow_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 31px;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active
 {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;


}


.ddmx .item2:hover,
.ddmx .item2-active {
    color: white;
}
.ddmx .item2 {
	
	
	background-image: url(../images/base_menu_off.gif);
	background-position: top;
	background-repeat: repeat-x;
    /*background: #666;*/
	 /*e5e1da*/
	 border-bottom: 1px solid #ffffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #51d5ff;
	 border-bottom: 1px solid #ffffff;
	 background-image: url(../images/base_menu_on.gif);
	background-position: top;
	background-repeat: repeat-x;

}
.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 solid #ffffff;
	 /*#b8b4ae*/
    position: absolute;
    visibility: hidden;
    z-index: -1;

}


* html .ddmx td { position: relative; } /* ie 5.0 fix */