.ddmx {
    font: 12px Verdana; 
}

.ddmx .item1
 {
    padding: 0px 10px 3px 10px;
    background-color:#74D6FD;
	font: 12px Verdana;
    color: #000000;
    font-weight:bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	padding-top:9px;
	height: 22px;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover { padding: 0px 10px 3px 10px; background-color:#646464; display: block; 	padding-top: 9px; font-weight:bold;	height: 22px; font-size: 12px; color:#FFFFFF; margin-top:2px;}


.ddmx h2
{padding:0px; margin:0px;}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 8px 0px 8px;
    font: 11px Verdana;
	height:20px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width: 235px;
}
.ddmx .item2 {
    background: #E9E9E9;
	border-bottom: 1px solid #CCCCCC;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #D9D9D9;
	border-bottom: 1px solid #CCCCCC;
	
}
.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 {
   
	position: absolute;
    visibility: hidden;
    z-index: 1000;
	  border: 1px solid #CCCCCC;

	
/*
filter:alpha(opacity=90);
opacity: 0.90;
-moz-opacity:0.90;*/

}

.section-sub h3
{padding:0px; margin:0px;
/*filter:alpha(opacity=90);
opacity: 0.90;
-moz-opacity:0.90;*/}
.ddmx .section-sub {
    border: 1px solid #CCCCCC;
	position: absolute;
    visibility: hidden;
    z-index: 1000;
	margin-top: -1px;
	margin-left: -3px;
/*filter:alpha(opacity=90);
opacity: 0.90;
-moz-opacity:0.90;*/
}


* html .ddmx td { position: relative; left:-300px;} /* ie 5.0 fix */


.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 5px 8px 0px 8px;
    font: 11px Verdana;
	height:20px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width: 270px;
	left:-300px;
}
.ddmx .item3 {
    background: #E9E9E9;
	border-bottom: 1px solid #CCCCCC;
	left:-300px;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background: #D9D9D9;
	border-bottom: 1px solid #CCCCCC;
	
}
.ddmx .item3 img,
.ddmx .item3-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
	left:-300px;
}