.ddmx {
    font: 11px tahoma;
}
.item1 {
	padding: 3px 10px;
	border-bottom: 1px solid #e0e0e0;
	font: 13px arial;
	color: #004280;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	margin: 1px;	
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 3px 10px;
	border-bottom: 1px solid #e0e0e0;
	border-left: 3px solid #e0e0e0;
	//background: #FAFAFA;
	font: 13px arial;
	color: #004280;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	margin: 1px;	
}
.item2 {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #ED792C;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #ffffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.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 {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
.ddm1 {
    font: 11px tahoma;
}

.ddm1 .menu,
.ddm1 .menu:hover,
.ddm1 .menu-active,
.ddm1 .menu-active:hover {
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .menu {
    background: #0EA138;
    color: #ffffff;
}
.ddm1 .menu:hover,
.ddm1 .menu-active,
.ddm1 .menu-active:hover {
    background: #FF6600;
    color: #ffffff;
}
.ddm1 .submenu,
.ddm1 .submenu:hover {
    padding: 3px 8px 4px 8px;
	width: 120px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .submenu {
    background: #3264C7;
    color: #ffffff;
}
.ddm1 .submenu:hover {
    background: #6699FF;
    color: #ffffff;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

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