.ddmx {
	padding: 0px;
}

.ddmx .item1, .ddmx .item1:visited {
	color: #888888;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: center;
	padding: 2px 8px 6px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6DBE7;
	margin-right: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
}

.ddmx .item1-active, .ddmx .item1-active:visited {   
    color: #888888;
    text-decoration: none;
    display: block;
	text-align: center;
    white-space: nowrap;
    position: relative;
	background-color: #D6DBE7;
	padding: 2px 8px 6px;
	margin-right: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
		}

.ddmx .item1:hover, .ddmx .item1-active:hover {
	color: #981E32;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: center;
	padding: 2px 8px 6px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-right: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D6DBE7;
}

.ddmx .item2, .ddmx .item2:visited {
	padding: 4px;
	color: #254669;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #D6DBE7;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FFFFFF;
}
.ddmx .item2-active {
	padding: 4px;
	color: #254669;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #BDC7E0;
	text-align: left;
	border: 1px solid #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.ddmx .item2:hover, .ddmx .item2-active:hover {
	text-decoration: none;
	background-color: #BDC7E0;
	color: #981E32;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.ddmx .arrow, .ddmx .arrow:hover {
    padding: 3px 10px 3px;
}

.ddmx .item2 img, .ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section {
	border: 0px solid #ffffff;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	margin-left: -1px;
	width: 157px;
}


* html .ddmx td { 
	position: relative;
} /* ie 5.0 fix */

