.menulist_r, .menulist_r ul {
 margin: 0;
 padding: 0;
 width: 140px;
 list-style: none;
 font:bold 13px arial;



}

.menulist_r ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 138px;
 border:solid 0px #FFF;


}

.menulist_r li {
 position: relative;
 margin-bottom: -1px;

 line-height: 23px;
 }
.menulist_r ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */


}

.menulist_r a,.menulist_r a:visited {
 display: block;
 padding: 3px;

 text-decoration: none;
 direction: ltr;
 padding-left: 13px;
 color: #6A542D;
border-bottom:solid 1px #DED7B2;


}

.menulist_r a:hover, .menulist_r a.highlighted:hover, .menulist_r a:focus {
 border-left:3px solid #B69F6D;
 background-position: top;
 background-repeat: no-repeat;
 color:#cc3300;

}
.menulist_r a.highlighted {
color:#cc3300;
 background-position: top;
 background-repeat: no-repeat;

}

.menulist_r a .subind {
 float: right;
}


*:first-child+html .menulist_r li {
 float: left;
 width: 100%;
}

* html .menulist_r li {
 float: left;
 height: 1%;
}
* html .menulist_r a {
 height: 1%;
}

