.ddmx {
    font: 9pt tahoma;
    background-color:#e6e6e6;
}
.ddmx .item1,
.ddmx .item1-active
{
    padding: 3px 10px 3px 10px;
    background: #e6e6e6;
    font: 9pt arial;
    color: #565759;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover
{
	color: #f15922;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover 
{
	width:100%;
    padding: 3px 8px 4px 8px;
    font: 7pt tahoma;
    color: #565759;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 
{
	width:100%;
    background: #e6e6e6;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
    color: #f15922;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .arrow
{
	padding-right:12px;
	background-image:url(images/menuPil3.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.ddmx .arrow:hover,
.ddmx .arrow-active,
.ddmx .arrow-active:hover
{
	padding-right:12px;
	background-image:url(images/menuPil3.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.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;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */