.ddmx {
    font: 11px Arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    /*padding: 3px 10px 3px 10px;*/
    /*
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    */
    color: #666666;    
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 8px 2px 8px;
    font: 8pt arial;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    /*background: lightgrey;*/
    /*background-image: url('bg_trans.png');*/
    /*background-image: url('bg_white.png');*/
    color: #666666;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #009999;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
    /*background-image: url('bg_trans.png');*/
    background-image: url('bg_white.png');
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    /*border: 1px solid #b8b4ae;*/
    border: 1px solid #666666;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    
    /*background-image: url('bg_trans.png');*/
    background-image: url('bg_white.png');
	background-repeat: repeat;

	/* opacity code 
	opacity:.40; 
	filter: alpha(opacity=40); 
	-moz-opacity: 0.40;  
	/* end opacity code */    
}


a:link 
{
	color: #666666;
	text-decoration: none;
}

a:visited 
{
	color: #666666;
	text-decoration: none;
}

a:hover 
{
	color: #009999;
	text-decoration: none;
}



* html .ddmx td { position: relative; } /* ie 5.0 fix */