.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 6px 10px 10px 10px;
    /*background: #000000;*/
    font: 10px verdana;
    color: #636363;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
	background: url('../../images/top_menu_bg_hover.png') repeat-x top left;
}
.ddmx .admin,
.ddmx .admin:hover {
	font-weight: bold;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-heading,
.ddmx .item2-heading:hover,
.ddmx .item2-heading:visited {
    padding: 3px 30px 4px 8px;
    font: 10px verdana;
    color: #336699;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom: 1px solid #EEEEEE;
}
.ddmx .item2 {
    background: #D7DFE7;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #E1E1E1;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 30px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    /*border: 1px solid #DCE3FB;*/
	border: 0px;
	border-bottom: 4px solid #336699;
	padding-top: 2px;
	padding-bottom: 6px;
	background: #D7DFE7;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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