#menu {
	background:url(menu_back.gif) repeat-x left top;
	height:33px;
	width:764px;	
	float:left;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	float:left;
	margin:0;
	padding:0;
}
#menu li .nokta{
	background:url(menu_nokta.gif) no-repeat left top;
	padding:4px;
}
.ddmx {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    display: block;
    white-space: nowrap;
    position: relative;
	background:url(menu_back_over.gif) repeat-x left top;
	height:18px;
	padding:10px 5px 5px 10px;
	color:#45668E;
	text-decoration:none;
	border-right:1px solid #FFFFFD;
	border-left:1px solid #CBD7E3;
	font-weight:bold;
	float:left;
}

.ddmx .item1 {
	background:url(menu_back_up.gif) repeat-x left top;	
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px;
    font: 12px Tahoma;
    color: #45668E;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background:#EAECEB;
	border-bottom: 1px solid #4D6C93;
}
.ddmx .item2 {
    background: #CBD7E3;
}
.ddmx .arrow,
.ddmx .arrow:hover {
     padding: 5px 20px 5px 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 5px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #4D6C93;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

