/* $Id: system-menus.css,v 1.1 2007/10/05 14:50:25 goba Exp $ */
ul.menu {
  list-style: none;
  text-align:left; /* LTR */
  margin:0;
  text-align:right;
  width:176px;
  font-size:13px;
  color:#000000;
}

ul.menu ul{
  margin:0 0 12px 0;
}
ul.menu li {
  margin: 0; /* LTR */
  color:#000000;
}

li.expanded {
  list-style-type:none;
  padding: 0; /* LTR */
  margin: 0;
  background:url(images/button_exp.png);
  background-repeat:no-repeat;
}

li.collapsed {
  list-style-type:none;
  padding: 0; /* LTR */
  margin: 0;
  background:url(images/button_col.png);
  background-repeat:no-repeat;
  min-height:47px;
}
li.leaf {
  list-style-type: none;
  padding:0; /* LTR */
  margin: 0;
  width:176px;
  height:47px;
  text-align:right;
  background:url(images/button.png);
  background-repeat:no-repeat;
}
ul.menu li a {
position:relative;
display:block;
height:35px;
padding:13px 22px 0 0;
text-decoration:none;
}
.menu-disabled {
  background: #cccccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0;
}
.block ul {
  margin: 0;
  padding: 0; /* LTR */
}
