.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
	font-size: 11px;
	font-family:Tahoma ;
	height: 21px;
	
}
.ddm1 .item1 {
    /*background: #0EA138; */
    color: #ffffff;
	background: url(http://wiki.propellor.be/skins/image/top_meniu_el.gif) repeat-x ;
	height: 21px;
	/*border-left: 1px solid #ffffff ;*/
}

.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: url(http://wiki.propellor.be/skins/image/top_meniu_el.gif) repeat-x ;
    color: #ffffff;
    text-decoration: underline ;
	
	
	
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 1px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #450a52;
    color: #ffffff;
	font-size: 11px;
}
.ddm1 .item2:hover {
    background: #450a52;
    color: #ffffff;
	text-decoration: underline ;
}
.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	margin-top: -4px;
	
}
.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 */