.ddmx {
    font: 11px tahoma;
	border:0px;
	margin:0px 0px 0px 0px;
}


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 4px 5px 4px 10px;
    background: #013473;
    font: 12px arial;
	font-weight:bold;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: relative;
	text-align: left;
	width: 170px;
	border-bottom:1px solid white;
	/* border-right:1px solid white; */
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background-color: #ffffff;
	color:#9F0017;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500;
	text-align: left;
	width: 170px;
}
.ddmx .item2 {
    background: #013473;
	padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #FFFFFF;
    text-decoration: none;
	border-bottom:1px solid white;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
	color:#9F0017;
}
.ddmx .arrow img {
	background-image: url('img/arrow_white.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.ddmx .arrow:hover img,
.item1-active img,
.item2-active img
 {
	background-image: url('/gem_settings/gem_images/misc/arrow1.gif') !important; 
	background-repeat: no-repeat;
	background-position: right;
}

.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
	border-bottom:0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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