.ddmx .item1, .ddmx .item1-active, .ddmx .item1-active {
	z-index:200; 
	position:relative; 
	color:#fff; 
	text-decoration:none; 
	padding:3px 10px 3px 17px; 
	margin-right:20px; 
	font-weight:bold; 
	background:url(../../images/gen/arrow.gif) 5px 60%; 
	background-repeat:no-repeat;
	white-space:nowrap;
	top:-1px
}

* html .ddmx.item1-active	{
	z-index:200; 
	position:relative; 
	color:#fff; 
	text-decoration:none; 
	padding:3px 10px 3px 17px; 
	margin-right:20px; 
	font-weight:bold; 
	background:url(../../images/gen/arrow.gif) 5px 60%; 
	background-repeat:no-repeat;
} /* ie 5.0 fix */

.ddmx .item1:hover	{
	z-index:200; 
	position:relative; 
	color:#ffcc00; 
}

.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
    color:#fff; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom:1px solid #79A1ED;
	padding:3px 10px 3px 17px;
	background:url(../../images/gen/arrow.gif) 5px 60%;
	background-repeat:no-repeat;
}
.ddmx .item2 {
    background-color:#4675CE;
	padding:3px 10px 3px 17px;
}

.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
   color:#fff; 
   background-color:#ef122d;
   padding:3px 10px 3px 17px;
}

.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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