.ddmx {
    font: 11px verdana;
}
.ddmx .item1 {
	/*padding: 10px 10px 3px 10px;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;	
	font-size: 12px;
	color: #FFFFFF;
	font-family:Verdana;
	padding:8px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    /*padding: 10px 10px 3px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;	
	font-size: 11px;
	color: #C6AC75;
	background-color:#333333;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	padding:10px;*/
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px verdana;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1000;
	/*width:210px;
	font-weight: bold;
	white-space: nowrap; */
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #6C6C6C;
}
.ddmx .item2 {
    background-color: #999999; 
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #838383;
}
.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 #e5e5e5; */
    position: absolute; margin-top: 4px;
    visibility: hidden;
    z-index: -1;
}

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

.changelang, .changelang:hover, .changelang:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-right:10px;
}


