@import url( "layout/3d.css" );
.zpStandard {
direction:ltr;
width:98%;
}
/* top level, vertical and horizontal */
.zpMenu-horizontal-mode .zpMenu-level-1,
.zpMenu-vertical-mode .zpMenu-level-1 {
height: 25px;
width:95px;
background:#ECEFF4 no-repeat; /* Top Menu,No Sub */
margin-top: 0px;
padding-top: 0px;
padding: 5px;
border-bottom: 0px solid rgb(ff,ff,00);
margin-left: 0px;
margin-bottom: 1px;
direction:rtl;
    text-align:right;
}

/* Top Menu,Has SUB */
.zpMenuContainer .zpMenu-item-collapsed {
background:#ECEFF4 url(/Files/Images/arrow222.gif) no-repeat;
background-position:right;
}

/* Top Menu,Selected,No Sub */
.zpMenuContainer .zpMenu-item-selected {
background: #F2F6F8 no-repeat ;
}

.zpMenuContainer .zpMenu-item-selected-collapsed {
background: #F2F6F8 no-repeat;
background-position:right;
}

/* Top Menu,selected,Has Sub */
.zpMenuContainer .zpMenu-item-expanded {
background:#F2F6F8 no-repeat;
background-position:right;
}

/* Top Menu,Selected,No Sub */
.zpMenu-horizontal-mode .zpMenu-level-1 {
padding-right: 5px;
}

.zpMenu-vertical-mode .zpMenu-level-1 {
direction:rtl;
padding-right:5px;
padding-bottom: 2px;
text-align: right;
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: rgb( 0, 0, 0 );
font-family: tahoma, Arial, sans-serif;
font-size: 10px;
line-height: 10px;
border: solid;
border: 0px;
}

.zpMenuContainer .zpMenuContainer {
margin-top: 5px; /* this item set sub menu horizontal position */
margin-left: 10px; /* this item set sub menu vertical position */
margin-right: 0px;
margin-bottom: 10px;
background: transparent;
min-width: 12em;
padding-top: 0px;
padding-right: 10px;
padding-left:0px;
padding-bottom: 8px;
direction:rtl;
}

/* General items that's not a top menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item,
.zpMenuContainer .zpMenuContainer {
width: 185px;
padding-right:25px;
padding-bottom: 8px;

}

.zpMenuContainer .zpMenuContainer .zpMenu-item {
background:#AEBBD0 no-repeat;
background-position:right;
margin-top: 0px;
padding-top: 2px;
padding-right: 5px;
height: 20px; /*border-bottom: 1px solid rgb(235,235,235);*/
margin-left: 0px;
margin-bottom: 1px;
background-position: right;
direction:rtl;
}

/* Current selected items in vertical menu*/
.zpMenuContainer .zpMenuContainer .zpMenu-item-selected {
background:#C1CBDB no-repeat;
background-position:right;
}

.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 right;
}

/* 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 right;
}

.zpMenuContainer .zpMenuContainer .icon {
padding-right: 3px;
}

/* Controls the behavior of <hr> it the menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
border: none;
margin: 10;
background: #98BCD5;
height: 4px;
padding: 10px 10px 10px 10px;
margin-left: 0px;
margin-bottom:10px; 
/*width: 250px;*/
width: 100%;
}

