.ddmx {
   padding-top:20px;
	
} 
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    width:232px;
	height:27px;
	padding-left:4px;
	padding-top:6px;
    background-image:url(images/link_hover_1.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    color: #000000;
	margin-left:3px;
	
    text-decoration: none;
    display: block;
	white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	width:160px;
	height:20px;
	padding-left:12px;
	padding-top:5px;	
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	border-bottom: 1px solid #000000; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2 {
    background: #cecece;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #666666;
}


.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	width:300px;
	height:20px;
	padding-left:12px;
	padding-top:5px;	
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	border-bottom: 1px solid #000000; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item3 {
    background: #cecece;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background: #666666;
}


.ddmx .item4,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
	width:190px;
	height:20px;
	padding-left:12px;
	padding-top:5px;	
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	border-bottom: 1px solid #000000; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item4 {
    background: #cecece;
}
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
    background: #666666;
}


.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background-image:url(images/link_back.jpg);
	background-repeat:no-repeat; 
}
.ddmx .arrow,
.ddmx .arrow:hover {
	padding-left:12px;
	
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	height:20px;
	border: 1px solid #000000; 
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

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


