.ddmx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	
}
.ddmx .item1 {
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/subnavibg.jpg);
	background-repeat: repeat-x;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #d95493;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-image: url(../images/subnavibg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.abc{
	background-color:#e7d0a6;
	
	}
	
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #d95493;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 300;
	height: 18px;
	padding-top: 9px;
	padding-right:12px;
	padding-bottom:8px;
	padding-left:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
.ddmx .item2 {
	color:#000000;
	height: 15px;
		background-image: url(../images/subnavibg2.png);
	background-repeat: no-repeat;

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #d95493;
	height: 15px;
background-image: url(../images/subnavibg2.png);
	background-repeat: no-repeat;



}
.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 {
	position: absolute;
	visibility: hidden;
	z-index:-1;
	text-align: left;
	background-image: url(../images/subnavibg2.png);
	background-repeat: no-repeat;
	background-position: left top;

}

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