.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 0px 0px 0px 0px;
    font: 12px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
    white-space: nowrap;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 1px 8px 4px 8px;
    font: 11px tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom: 1px solid #3060bf;
}
.ddmx .item2 {
	width: 140px;
    background: #264476;
    border-bottom: 1px solid #3060bf;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFAE45;
    border-bottom: 1px solid #3060bf;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
    border-bottom: 1px solid #3060bf;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border-bottom: 1px solid #3060bf;
}
.ddmx .section {
    border-bottom: 0px solid #3060bf;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


.ddmx_a {
    font: 11px tahoma;
}
.ddmx_a .item1,
.ddmx_a .item1-active {
	color:#FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration :none;
    /*display: block;*/
    position: relative;
    white-space: nowrap;
}
.ddmx_a .item1:hover,
.ddmx_a .item1-active:hover {
	color:#FFCC00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
    /*display: block;*/
    position: relative;
    white-space: nowrap;
}
.ddmx_a .item2,
.ddmx_a .item2:hover,
.ddmx_a .item2-active,
.ddmx_a .item2-active:hover {
    padding: 2px 0px 2px 10px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1500;
    text-align: left;  
    border-bottom: 1px solid #3060bf;
    border-left: 1px solid #3060bf;
    border-right: 1px solid #3060bf;
}
.ddmx_a .item2 {
	width: 144px;
    background: #f4f4f4;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #3060bf;
    border-right: 1px solid #3060bf;
}
.ddmx_a .item2:hover,
.ddmx_a .item2-active,
.ddmx_a .item2-active:hover {
    background: #FFCC00;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #3060bf;
    border-right: 1px solid #3060bf;
}
.ddmx_a .arrow,
.ddmx_a .arrow:hover {
    padding: 3px 16px 4px 8px;
    border-bottom: 1px solid #3060bf;
}
.ddmx_a .item2 img,
.ddmx_a .item2-active img{
    top: 0px;
    right: 10px;
}
.ddmx_a .section {
    border-bottom: 0px solid #3060bf;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */
* html .ddmx_a td { position: relative; } /* ie 5.0 fix */