.ddmx {
    font: 12px tahoma;
}
.ddmx .item1 {
	font: 12px arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #52005e;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font: 12px arial;
	color: #4c0157;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #52005e;
	background-image: url(../images/navibg.gif);
	background-repeat: no-repeat;
}
.abc{
	
	background-color:#52005e;
	}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font: 11px tahoma;
	color: #4c0157;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 800;
	height: 20px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.ddmx .item2 {
	color:#FFFFFF;
	background-color: #52005e;
	height: 20px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
		background-image: url(../images/navibg.gif);
	color: #4c0157;
	background-repeat: no-repeat;
	height: 20px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

