@import url( "layout/3d.css" );
.zpStandard {
    direction:ltr;
    width:100%;
}
/* top level, vertical and horizontal */
.zpMenu-horizontal-mode .zpMenu-level-1,
    .zpMenu-vertical-mode .zpMenu-level-1 {
height: 25px;
width:130;
font-family : Calibri;
padding: 0px;
background-position: left;
margin-top: 2px;
padding-top: 0px;
border-bottom:0px solid rgb();
margin-left:0px;
margin-right:0px;
margin-bottom:2px;
}

/* Top Menu,Has SUB */
.zpMenuContainer .zpMenu-item-collapsed {
width:130;
background-position: right;
}


/* Top Menu,Selected,No Sub */
.zpMenuContainer .zpMenu-item-selected {
background:#A5C5FE no-repeat;

}
.zpMenuContainer .zpMenu-item-selected-collapsed {
    background-position:left;
    width:170;

}
/* Top Menu,selected,Has Sub */
.zpMenuContainer .zpMenu-item-expanded {
background:#A5C5FE no-repeat;
 background-position: left;
}
/* Top Menu,Selected,No Sub */
.zpMenu-horizontal-mode .zpMenu-level-1 {
padding-left: 0px;
background-position: left;
    
}

.zpMenu-vertical-mode .zpMenu-level-1 {
    direction:ltr;
    padding-left: 0px;
    margin-bottom:0px;
    padding-bottom: 0px;
    text-align: left;
    border: none;
}

.zpMenu-top .zpMenu-item-selected a,
    .zpMenu-top .zpMenu-item-selected .zpMenu-label,
    .zpMenuContainer a,
    .zpMenuContainer span,
    .zpMenuContainer .zpMenu-label,
    .zpMenuContainer .zpMenuContainer a,
    .zpMenuContainer .zpMenuContainer span,
    .zpMenuContainer .zpMenuContainer .zpMenu-label {
      color:#000;
      font-family: Tahoma;
    font-size: 12px;
   line-height:18px;
  border: solid;
  border: 0px;

}

.zpMenuContainer .zpMenuContainer {
    margin-top:1px;   /* this item set sub menu  horizontal position  */
    margin-left:5px; /* this item set sub menu vertical position */
    margin-right: 0px;
   margin-bottom: 0px;   
    min-width: 12em;
    padding-top: 0px;
    padding-right: 0px;
    padding-left:0px;
    padding-bottom:0px;
    direction:ltr;
}

/* General items that's not a top menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item,.zpMenuContainer .zpMenuContainer {
background:#A5C5FE no-repeat;
width: 130px;
height: 25px;
padding-right:0px;
padding-bottom: 10px;

}
/*****************************************************/
.zpMenuContainer .zpMenuContainer .zpMenu-item {
    background: url(/Files/test/meno_01.jpg) no-repeat;
    background-position:left;
     margin-top: 0px;
     margin-left: 10px;
    padding: 0px;
    height: 25px; /*border-bottom: 1px solid rgb(235,235,235);*/
    margin-right: 0px;
    width: 170px;
    margin-bottom: 0px;
background-position: left;
    direction:ltr;

}
/* Current selected items in vertical menu*/
.zpMenuContainer .zpMenuContainer .zpMenu-item-selected {
    background:#F2F6F8 no-repeat;
    width: 180px;
    background-position:left;

}

.zpMenu-top .zpMenu-item-selected a,
    .zpMenu-top .zpMenu-item-selected .zpMenu-label,
    .zpMenuContainer .zpMenuContainer .zpMenu-item-selected a,
    .zpMenuContainer .zpMenuContainer .zpMenu-item-selected .zpMenu-label {
   font-color:#ffffff;

}
/* The arrow that shows up when there's a sub-menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item-collapsed .zpMenu-label {
background: no-repeat center left;

}
/* The arrow that shows up when there's a sub-menu and the item is hovered*/
.zpMenuContainer .zpMenuContainer .zpMenu-item-expanded .zpMenu-label {
background: no-repeat center left;

}


.zpMenuContainer .zpMenuContainer .icon {
    padding-left: 1px;
}
/*888888888888888888888888888888888888888888888888888888*/
/* Controls the behavior of <hr>  it the menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
    border: none;
    margin:0;
    background: #000000;
    height:25px;
    padding: 0px 0px 0px 0px;
    margin-left: 10px;
margin-bottom:0px; 
/*width: 250px;*/
    width: 170px;
}

