@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:170px;
/*padding: 2px;*/
background:#F9F9F9 no-repeat; /* Top Menu,No Sub */
margin-top: 0px;
padding-top: 0px;
border-bottom: 0px solid rgb(ff,ff,00);
margin-left: 0px;
margin-bottom: 0px;
}

/* Top Menu,Has SUB */
.zpMenuContainer .zpMenu-item-collapsed {
background:#F9F9F9 url(/Files/arw.gif) no-repeat;
background-position:left;
}

/* Top Menu,Selected,No Sub */
.zpMenuContainer .zpMenu-item-selected {
background: #ADC8D3 no-repeat ;
}

.zpMenuContainer .zpMenu-item-selected-collapsed {
background: #F9F9F9 no-repeat;
background-position:left;
}

/* Top Menu,selected,Has Sub */
.zpMenuContainer .zpMenu-item-expanded {
background: #ADC8D3 url(/Files/arw.gif) no-repeat;
background-position:left;
}

/* Top Menu,Selected,No Sub */
.zpMenu-horizontal-mode .zpMenu-level-1 {
padding-left: 5px;
background: #ADC8D3;
}

.zpMenu-vertical-mode .zpMenu-level-1 {
direction:rtl;
padding-left:0px;
padding-bottom: 0px;
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: 11px;
line-height: 15px;
border: solid;
border: 0px;
}

.zpMenuContainer .zpMenuContainer {
margin-top: 2px; /* this item set sub menu horizontal position */
margin-left: 0px; /* this item set sub menu vertical position */
margin-right: 0px;
margin-bottom: 10px;
background: transparent;
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 {
/*width: 250px;*/
padding-right:0px;
padding-bottom: 0px;

}

.zpMenuContainer .zpMenuContainer .zpMenu-item {
background:#D0E3EB no-repeat;
background-position:right;
margin-top: 0px;
padding-top: 0px;
height: 25px; /*border-bottom: 1px solid rgb(235,235,235);*/
margin-left: 0px;
width: 180px;
margin-bottom: 0px;
background-position: right;
direction:rtl;
}

/* Current selected items in vertical menu*/
.zpMenuContainer .zpMenuContainer .zpMenu-item-selected {
background:#F9F9F9 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:#fffffff;
}


/* The arrow that shows up when there's a sub-menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item-collapsed .zpMenu-label {
background: url(/Files/arw.gif) 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: 3px;
}

/* Controls the behavior of <hr> it the menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
border: none;
margin: 10;
background: #98BCD5;
height: 4px;
padding: 0px 0px 0px 0px;
margin-left: 0px;
margin-bottom:0px; 
/*width: 250px;*/
width: 170px;;
}

