.ddmx {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
   /* border-bottom: 1px solid #cccccc;*/
    border-bottom: 1px solid #fff;
    /*background: #ffffff url(../../Images/main_nav_bullet.gif) no-repeat top left;*/
	background-color: #676767;
    font: 11px arial;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
   
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 12px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: none;
    text-decoration: none;
    display: block;
    white-space: nowrap;
   
}
.ddmx .item2 {
    background: transparent url(../../Images/ar/arrow1.gif) no-repeat center right;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	text-decoration: underline;
    background: transparent url(../../Images/ar/arrow1.gif) no-repeat center right;
}


.ddmx .section {
	margin-left:10px;
    border: 0px solid #b8b4ae;
    display: none;   
}
.ddmx .sectionVisible {
	background-color:#c1c2c4;
	padding-left:10px;
    border-bottom: 1px solid #fff;
	/*border-left: 1px dashed #dbd9d6;*/
	/*border-right: 1px dashed #dbd9d6;*/
    display: block;  
}
.ddmx .top,
.ddmx .top:hover {
    border-top: 1px solid #cccccc;
}

