#bar {
	align:left;
	position:relative; 
	top: 0px; 
	left: 10px; 
	width: 980px;
	z-index:1000;
}

.ddmx {
	align:left;
	font: 11px tahoma;
	z-index:1000;
}
.ddmx a,
.ddmx a:visited{
	align:left;
    color:#000000;
	z-index:1000;
}

.ddmx .item1 {
	align:left;
	padding: 3px 10px 3px 10px;
	background: #B6C5CC;
	font: 12px arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
    border: 1px solid #92A9B4;
	z-index:1000;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	align:left;
	padding: 3px 10px 3px 10px;
	background: #F5F7F7;
	font: 12px arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
    border: 1px solid #92A9B4;
	z-index:1000;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	align:left;
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #B6C5CC;
	z-index:1000;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #F5F7F7;
	z-index:1000;
}
.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;
	z-index:1000;
}
.ddmx .section {
    border: 1px solid #92A9B4;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	z-index:1000;
}

* html .ddmx td { 
	position: relative; 
	z-index:1000;	
} /* ie 5.0 fix */