.menulist_r, .menulist_r ul {
 margin: 0;
 padding: 0;
 width: 118px;
 float: left;
 list-style: none;
 font:bold 16px arial;

 z-index: 4;

}

.menulist_r ul {
 display: none;
 position: absolute;
 top: -1px;
 right: 128px;


}

.menulist_r li {
 position: relative;



 border-bottom: solid 1px #143866;
 border-top: solid 1px #3A6C99;

 }
.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:#FFF;
 text-decoration: none;
 direction: rtl;
 padding-right: 5px;
 background: #215082;
 
}

.menulist_r a:hover,  .menulist_r a.highlighted:hover, .menulist_r a:focus {

 color:#FFF;
 background: url('../images/entry_bg.gif') repeat-y left;
}
.menulist_r a.highlighted {

 background: url('../images/entry_bg.gif') repeat-y 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%;
}
