.ddmx {
    font: 12px Arial;
	text-align: left;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-family:Arial; 
	font-size:14px;
    color: #ffffff;
    text-decoration: none;
	width: 183px;
	height: 23px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	text-align: left;
	cursor: pointer;
	background: url(/images/layout/button1.png) center left no-repeat;
}
.ddmx .item1:active {
	font-family:Arial; 
	font-size:14px;
    color: #ffffff;
    text-decoration: none;
	width: 183px;
	height: 23px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	text-align: left;
	cursor: pointer;
	background: url(/images/layout/button1.png) center left no-repeat;
}
.ddmx .item1:visited {
	font-family:Arial; 
	font-size:14px;
    color: #ffffff;
    text-decoration: none;
	width: 183px;
	height: 23px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	text-align: left;
	cursor: pointer;
	background: url(/images/layout/button1.png) center left no-repeat;
}
.ddmx .item1:hover {
	font-family:Arial; 
	font-size:14px;
    color: #ffffff;
    text-decoration: none;
	width: 183px;
	height: 23px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	text-align: left;
	cursor: pointer;
	background: url(/images/layout/button1.png) center left no-repeat;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 4px 3px 4px;
	font-family:Arial; 
	font-size:12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	word-spacing: normal;
    z-index: 1500;
}
.ddmx .item2:active {
    padding: 3px 4px 3px 4px;
	font-family:Arial; 
	font-size:12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	word-spacing: normal;
    z-index: 1500;
}
.ddmx .item2:visited {
    padding: 3px 4px 3px 4px;
	font-family:Arial; 
	font-size:12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	word-spacing: normal;
    z-index: 1500;
}
.ddmx .item2:hover {
    padding: 3px 4px 3px 4px;
	font-family:Arial; 
	font-size:12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	word-spacing: normal;
    z-index: 1500;
}
.ddmx .item2 {
    background: #d10000;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #c10000;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #c80000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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