.ddmx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
.ddmx .item1{
	padding: 3px 10px 3px 10px;
	border: 0;
	color: #750000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 3px 10px 3px 10px;
	border: 0;
	color: #330000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.ddmx .item2 
{
	padding: 3px 10px 3px 10px;
	color: #750000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 10px 3px 10px;
	color: #330000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.ddmx .item2
{
	background-color: #FED035;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #FE9903;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 10px 3px 10px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 0px;
    border: 0;
}
.ddmx .section {
    border: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 0;
}

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