.ddm2 {
    font-size: 14px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ddm2 .item1 {
    padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
    border-bottom: 0px solid #cccccc;
    background:#A40052;
    font: 14px  "Trebuchet MS", Arial, Helvetica, sans-serif;;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}.ddm2 .item1:hover,
.ddm2 .item1-active,
.ddm2 .item1-active:hover {
	border-bottom: 0px solid #cccccc;
	background:#A40052;
	font: 14px  "Trebuchet MS", Arial, Helvetica, sans-serif;;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
.ddm2 .item2,
.ddm2 .item2:hover,
.ddm2 .item2-active,
.ddm2 .item2-active:hover {
    padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 4px;
	text-align: left;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddm2 .item2 {
     background:#A40052;
}
.ddm2 .item2:hover,
.ddm2 .item2-active,
.ddm2 .item2-active:hover {
   background: #A40052;
	color: #CCCCCC;
}
.ddm2 .arrow,
.ddm2 .arrow:hover {
    padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
.ddm2 .item2 img,
.ddm2 .item2-active img{
    position: absolute;
    top: 2px;
    right: 1px;
    border: 0;
}
.ddm2 .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddm2 .bottom,
.ddm2 .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddm2 td { position: relative; } /* ie 5.0 fix */