.ddmx {
	/* width:100%;*/
	 margin:0 0 0 10px;
}


.ddmx td
	{
	width:100%;
	text-align:left;
	background: url('../img/rect_green.gif') no-repeat 2px 7px;
	color: #fff;
	height:26px;
	margin:2px 0 0 0;
	}
	
.ddmx .item1 a, .ddmx .item1 a:link, .ddmx .item1 a:visited, .ddmx .item1 a:hover
	{
	font-size: 11px; 
	color: #000; 
	text-decoration:none;
	width:100%;
	}

.ddmx .item1,
.ddmx .item1:link,
.ddmx .item1:focus,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
		/*line-height:20px;*/
		height:20px;
    margin: 5px 16px 0px 15px;
    color: #000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
	

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
		background:#EAEDA9;
		width:180px;
}


.ddmx .item2 {
    background:#EAEDA9;	}


.ddmx .item2,
.ddmx .item2:link,
.ddmx .item2:visited,
.ddmx .item2 a ,
.ddmx .item2 a:link,
.ddmx .item2 a:visited
 { background:#EAEDA9;
		color:#000;}

		
.ddmx .item2:hover,
.ddmx .item2 a:hover
{
    background: #ffffff;
}





.ddmx .arrow,
.ddmx .arrow:hover {
	  padding: 3px 16px 4px 8px;
		background: #ffffff;
		/*margin: 0 10px 0 0;*/
}




.ddmx .item2 img,
.ddmx .item2-active img{
   position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #C3CA08;
    position: absolute;
    visibility: hidden;
    z-index: -1;
		background:#EAEDA9;
}

/*.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}*/

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