.menulist_r, .menulist_r ul {
 margin: 0;
 padding: 0;
 width: 125px;
 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: 123px;


}

.menulist_r li {
 position: relative;
 margin-bottom: -1px;
 background-image: url(../images/entry_bg.gif);
  background-position: top;
 background-repeat: no-repeat;
 line-height: 20px;

 }
.menulist_r ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */


}

.menulist_r a {
 display: block;
 padding: 3px;

 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;

}
.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%;
}
* html .menulist_r a {
 height: 1%;
}
