.ddmx {
    font-size: 12px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.ddmx .item1,
.ddmx .item1:link,

.ddmx .item1:visited
 {
	padding: 3px 8px 3px 8px;
	background: #FFFFFF;
	font-size: 14px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #595959;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
}

.ddmx .item1:hover,

.ddmx .item1-active 
.ddmx .item1-active:hover,
.ddmx .item1-active:link,
.ddmx .item1-active:visited
{
	padding: 3px 8px 3px 8px;
	background: #FFFFFF;
	font-size: 14px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #3e58c1;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
}

/*************************************************************************/
.item1_dol,
.item1_dol:link,
.item1_dol:visited
 {
	padding: 3px 8px 3px 8px;
	background: #FFFFFF;
	font-size: 14px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #595959;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
}

.item1_dol:hover,

{
	padding: 3px 8px 3px 8px;
	background: #FFFFFF;
	font-size: 14px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #AAAAAA;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
}


/***************************************************************************/


.ddmx .item2:link,
.ddmx .item2:visited {
    color: #666666;
    padding: 3px 20px 3px 20px;
    font-size: 11px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover  {
    padding: 3px 20px 3px 20px;
  
    color: #000000;
    text-decoration: none;
    display: block;
    /*white-space: nowrap;*/
    position: relative;
    z-index: 500;
	font-weight: bold;

}

.ddmx .item2 {
	background: #FFFFFF;
	color: #333333;
	font-weight: normal;

}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:link,
.ddmx .item2-active:hover,
.ddmx .item2-active:visited {
    color:inherit;
    background: #FFFFFF;
}

.ddmx .arrow,
.ddmx .arrow:hover,
.ddmx .arrow:visited {
   padding: 3px 16px 4px 8px;
}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;

}

.ddmx .section {
    border: 0px solid black;
    position: absolute;
    visibility: hidden;
    z-index: -1;
   /* opacity: .9; */
}

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