.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1-active {
	font: 15px arial;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;	
}
.ddmx .item1:hover,
.ddmx .item1-active:hover
 {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1571A2;
	text-decoration: none;
	margin-left: -5px;	
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #126592;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	padding-top: nowrap;
	padding-right: 8px;
	padding-bottom: 5px;	
	margin-left: -257px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ddmx .item2 {

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
  color:#2BAFF7;
}
.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 {
    position: absolute;
	padding-top:35px;
    visibility: hidden;
    z-index: -1;
	text-align:left;

}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */