.ddmx {
    font: 11px tahoma;
	color: #fff;
}

.ddmx .item0,
.ddmx .item0:hover,
.ddmx .item0-active,
.ddmx .item0-active:hover
{
display: none;
}

.ddmx .item1,
.ddmx .item1:hover{
  padding: 7px 0px 0px 20px; 
   /*  border-bottom: 1px solid #cccccc; */
    /* background: #000000; */
	background: transparent url('skory/3/img/menu_item.jpg') top left no-repeat;
    font: 12px arial;
   color: #E0F1FF;
 /*    font-weight: bold; */
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width: 274px; 
	height: 25px;
	overflow: hidden;
}
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: transparent url('skory/3/img/menuitem_selected.jpg') top left no-repeat;
 	width: 274px;
	height: 25px; 
	padding: 7px 0px 0px 20px;
	overflow: hidden;
	color: #E0F1FF;
	text-decoration: none;
	display: block;
	font: 12px arial;
	position: relative;
	/* font-weight: bold; */
	white-space: nowrap;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #26A179 url('skory/3/img/menuitem2.gif') top left no-repeat;
    padding: 7px 30px 7px 20px;
	border-top: 1px solid #26A179;
	border-bottom:1px solid #169169;
	/* border-width: 1px 0px;
	border-color: #62A8CA #fff #1C5B84;
	border-style: solid hidden; */
	overflow: hidden;	
    font: 12px tahoma;
	color: #E0F1FF;
    /* font-weight: bold; */
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
   /*  background: #859F0B; */
   /*  border-bottom: solid 1px #AABE3D; */
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   /*  background: #6A8000; */
  /*   border-bottom: solid 1px #AABE3D; */
}

.ddmx .item1:hover,
.ddmx .item2:hover,
.ddmx .item1-active:hover ,
.ddmx .item2-active:hover { 
text-decoration: underline;
   /*  background: #6A8000; */
  /*   border-bottom: solid 1px #AABE3D; */
}

.ddmx .arrow,
.ddmx .arrow:hover {
   padding: 3px 16px 4px 8px; 
}

.ddmx .item1 img,
.ddmx .item1-active img{
    position: absolute;
    top: 12px;
    right: 12px; 
    border: 0;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 13px;
    right: 12px; 
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae; 
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */