.ddmx {
	font: 11px tahoma;
	margin: 0px;
	z-index: 11000;
	border: 0px solid black;
}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 2px 15px 2px 5px;
	margin: 1px 3px 1px 3px;
	font: bold 12px verdana;
	text-indent:12px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	width:100%;
	background-color:#d60024;
}
.ddmx .item1:hover{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font: bold 11px verdana;

	color: #FFFFFF;
	display: block;
	width:230px;
	padding:5px;
	margin:1px;
}	
.ddmx .item2 {
	background-color:#990000;
	z-index: 50000;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color:#ff6600;
}
.ddmx .item3
{
    color: #000000;
    width:250px;
    z-index: 501;
	padding:5px;
    background: #cccccc;	
}	
.ddmx .activecat {
	background-color:#ff6600;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {

}
.ddmx .arrow,
.ddmx .arrow:hover {
    
}
.ddmx .arrow img {
    margin-top:0px;
	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: 11000;
	background-color:#E01928;
	margin:1px;
}
.ddmx .section2 {
    border: 2px solid #b8b4ae;
	background: #ccc;
	z-index: 11000;

}
.ddmx .bottom,
.ddmx .bottom:hover {
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
