.menulist_r, .menulist_r ul {
 margin: 0;
 padding: 0;
 width: 145px;
 float: right;
 list-style: none;
 font:bold 16px arial;
 padding-right:5px;
 z-index: 4;
 text-align:left;
 
}

.menulist_r ul {
 display: none;
 position: absolute;
 top: -1px;
 right: 155px;
 background:url('../images/menu_tile.gif') repeat-y left;
 border:solid 1px #D1BEA9;

}

.menulist_r li {
 position: relative;



 }
.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:#78262e;
 text-decoration: none;
 direction: rtl;
 padding-left:5px;
 
 
}

.menulist_r a:hover,  .menulist_r a.highlighted:hover, .menulist_r a:focus {

 color:#996633;
 background: url('../images/entry_h.gif') no-repeat left;
}
.menulist_r a.highlighted {
    
 background: url('../images/entry_h.gif') no-repeat left;
 
}

.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: 24px;
}
* html .menulist_r a {
 height: 1%;
}

