.ddmx2 {
	font: 100% tahoma;
	background: #A3C3FE;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.ddmx2 .item1 {
	/* background: #CAD8EE; */
	background: #6689C9;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #023993;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}


.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover { 
	border-right: 1px solid #023993;
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	background: #6689C9;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-transform: none;
	/*width: 7.61em;*/
	text-align: left;
}

.ddmx2 .item1OFF {
	/* background: #F1CC4D; */
	background: #A3C3FE;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #023993;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

.ddmx2 .item1OFF:hover,
.ddmx2 .item1OFF-active,
.ddmx2 .item1OFF-active:hover { 
	border-right: 1px solid #023993;
	padding: 5px 10px 5px 10px;
    font-size: 80%;
    background: #CAD8EE;
   	color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-transform: none;
	/*width: 7.61em;*/
	text-align: left;
}


.ddmx2 .item2,
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
	padding: 5px 10px 5px 10px;
	background: #CCCCCC;
   	padding: 3px 10px 3px 10px;
    font-size: 100%;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
	text-transform: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		/* width: 7.61em; */
	text-align: left;
}
.ddmx2 .item2 {
	padding: 5px 10px 5px 10px;
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
	padding: 5px 10px 5px 10px;
    background: #ececec;
	color: #8D8D8D;
	/* width: 7.61em; */
}
.ddmx2 .arrow {
   padding: 5px 10px 5px 10px;
	/* width: 9.8em; */
}

.ddmx2 .arrow:hover {
    padding: 5px 10px 5px 10px;

}
.ddmx2 .item2 img,
.ddmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx2 .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx2 .bottom,
.ddmx2 .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx2 td { position: relative; } /* ie 5.0 fix */