.ddmx {
    font: 13px arial;
	font-weight: bold;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 0px 12px 0px 12px;
	/*background: #FFFFFF;*/
	font: 14px arial;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
	/*background-color: #FFFFFF;*/
	text-align:center;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	font: 13px arial;
	color: #114593;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	top: 3px;
	z-index: 500;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.ddmx .item2 {
    background: #114593;
    font: 13px arial;
    color: #ffffff;
	font-weight: bold;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 8px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	/*border: 1px solid #ffffff;*/
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
* html .ddmx td { 
	position: relative;
} /* ie 5.0 fix */
