.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px 0px 0px 5px;
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 0px 4px 4px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
	background-image: url('../Image/submenu_bg.jpg');
	width: 230px;
	height: 20px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-image: url('../Image/submenu_bg.jpg');
	width: 230px;
	height: 20px;
}
.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    margin-top:3px;
    padding: 3px 10px 3px 10px;
    background: transperant;
    font: 12px Verdana, Arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item4,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
    padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #0148B2;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item5,
.ddmx .item5:hover,
.ddmx .item5-active,
.ddmx .item5-active:hover {
    padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #0148B2;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: relative;
    top: 0px;
    right: 0px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

