@charset "ISO-8859-1";
/* CSS Document */
.ddmx {
    font: 10px tahoma;
}
.ddmx .item1,
.ddmx .item1-active {
	padding: 5px 0px 5px 0px;
	font: 10px tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #014181;
	text-align: center;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background-color: #000000;
	color: white;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 5px 10px 5px 10px;
	font: 9px tahoma;
	color: #014181;
	font-weight: bold;
	text-decoration: none;
	display: block;
	/*    white-space: nowrap;*/
    position: relative;
	z-index: 500;
}

.ddmx .item2 {
	background-color: #004182;
	color: #FFFFFF;
	text-align: left;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #000000;
	color: white;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0px;
}
.ddmx .section {
	border: 1px solid #000;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

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