.menulist_r, .menulist_r ul {
 margin: 0;
 padding: 0;
 width: 141px;
 float: left;
 list-style: none;
 font:bold 16px arial;

 z-index: 4;

}

.menulist_r ul {
 display: none;
 position: absolute;
 top: -1px;
 right: 139px;


}

.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:#473414;
 text-decoration: none;
 direction: rtl;
 padding-right: 15px;
 background: #b09a67;
 border-bottom: solid 1px #9c8653;
 border-top: solid 1px #dfcfa1;
background: url('../images/entry_bg.gif') repeat-y top right; 
}

.menulist_r a:hover,  .menulist_r a.highlighted:hover, .menulist_r a:focus {

 color:#FFF;
 background: url('../images/entry_bg_h.gif') no-repeat top right;
}
.menulist_r a.highlighted {

 
 
}

.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%;
}
