.ddmx {
	font: 12px arial, helvetica, sans-serif;
}
.ddmx .item1, 
.ddmx .item1-active
 {
	/*padding: 3px 10px 3px 10px;*/
	/*background: #000000;*/
	font: 12px arial;
	color:#003366;
	text-decoration: none;
	display: block;
	/*white-space: nowrap;*/
	position: relative;
	background: #F4C400;
	height:60px;
	padding:4px;
	
}
.ddmx .item1-active:hover,
.ddmx .item1:hover {
	background: #CC0000;
	color:#ffffff;	
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 4px 4px 8px;
	font: 12px arial;
	color: #003366;
	/*font-weight: bold;*/
	/*border-top: 1px solid #fffffe;*/
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background: #F4C400;
	
}

.ddmx .item2 {
	background: #F4C400;
	color:#003366;
	
	
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #CC0000;
	color:#ffffff;
	
	
}
.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;	
}
.ddmx .section {
	border-top: 1px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	border-left: 2px solid #CC0000;
 	position: absolute;
	visibility: hidden;
	z-index: -1;
	background:#F4C400;
}
.ddmx td {
	width: 95px;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */
