.menulist_r, .menulist_r ul {
 margin: 0;
 padding: 0;
 width: 130px;
 list-style: none;
 font:bold 15px arial;
 background: url(../images/menu_tile.gif) #FFFFFF repeat-y right;
 z-index: 4;

}

.menulist_r ul {
 display: none;
 position: absolute;
 top: -1px;
 right: 128px;


}

.menulist_r li {
 position: relative;
 margin-bottom: -1px;
 background-image: url(../images/entry_bg_n.gif);
 background-position: top;
 background-repeat: no-repeat;


 }
.menulist_r ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */


}

.menulist_r a,.menulist_r a:visited,.menulist_r a:active {
 display: block;
 padding: 3px;
color:#68534d;
 text-decoration: none;
 direction: rtl;
 padding-right: 20px;

}

.menulist_r a:hover,  .menulist_r a.highlighted:hover, .menulist_r a:focus {
 background-image: url(../images/entry_bg_h.gif);
 background-position: top;
 background-repeat: no-repeat;
 color:#854838;
}
.menulist_r a.highlighted {
 background-image: url(../images/entry_bg_h.gif);
 background-position: top;
 background-repeat: no-repeat;
 
}

.menulist_r a .subind {
 float: left;
}


*:first-child+html .menulist_r li {
 float: right;
 width: 100%;
}

* html .menulist_r li {
 float: right;
/* height: 1%;*/
 height: 26px;
}
* html .menulist_r a {
 height: 1%;
}

