/*
  Use the following css styles to configure imagemenu.
  NOTE: to hide markers (that appear left to menu item
  like in core menu) use "background: none;"
*/

.imagemenu .leaf {
  background: none;
  padding: 0px;
  margin: 0px;
  /*list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;*/ /* LTR */
}

.imagemenu .leaf a {
	margin-bottom: 0px;
	height: 27px;
}

#block-imagemenu-1 .imagemenu .leaf a {
	margin-bottom: 0px;
	height: 30px;
}

ul.imagemenu {
	padding: 0px;
	margin: 0px;
}

#sidebar-right #block-imagemenu-1 {
	padding-left: 9px;
}

#block-imagemenu-1 .content {
	margin: 7px 0;
}

.imagemenu .expanded {
    /*background: none;*/
}

.imagemenu .collapsed {
    /*background: none;*/
}