.ddmx {
	font: 13px tahoma;
	margin-bottom: 10px;


}

.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 2px 15px;
	margin: 3px 0px;
	font: bold 13px verdana;
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	width:160px;
	background:#ffffff url(images/menu01.gif) no-repeat 2px 3px;
	border:2px solid #999999;
	
}
.ddmx .item1:hover{
	color: #FF0000;
	background-color: #000000;
	text-decoration: none;
	background:#ffffff url(images/menu02.gif) no-repeat 2px 3px;
	border:2px solid #FF0000;
}
.ddmx .activecat{
	color: #FF0000;
	text-decoration: none;
	background:#ffffff url(images/menu02.gif) no-repeat 2px 3px;
	border:2px solid #FF0000;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: bold 12px verdana;
    z-index: 500;
	border:2px solid #FF0000;
		
}	
.ddmx .item2 {
    background: #efefef;
	width:250px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {

}
.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    font: bold 10px verdana;
    z-index: 501;

}	
.ddmx .item3 {
    background: #ccc;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {

}
.ddmx .arrow,
.ddmx .arrow:hover {
    
}
.ddmx .arrow img {
    margin-top:2px;
	margin-left:2px;
	border:0px solid black;
}
.ddmx .item2 img,
.ddmx .item2-active img{

}
.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background: #ccc;
	margin:1px;
	padding:10px;
	border:1px solid #efefef;
}
.ddmx .section2 {
    border: 2px solid #b8b4ae;
	background: #ccc;

}
.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
