.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {

    padding: 13px 20px 12px 10px;		/* Adjust the menu width and height */
	border: 0px #cccccc;
	border-style: solid none solid none;
    
    color: #333333;
    font: 12px arial;

    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	background-image: url(images/menuhov.jpg);
	
}
.ddmx .item1 {
    
    color: #666666;
	background-image: url(images/fil_menu.jpg);
    
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 38px 4px 8px;
    font: 11px tahoma;
    color: #f0ba00;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #217d02;
    color: #ffffff;	
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #196001;
	 padding: 3px 38px 4px 8px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 38px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;  /*doopdown border */    
    position: absolute;
    visibility: hidden;
    z-index: -1;
	white-space: nowrap;
}
.ddmx .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddmx .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddmx td { position: relative; } /* ie 5.0 fix */