@charset "utf-8";
/* CSS Document */
.left_menu {
border:0px solid red;
position:relative;
z-index:1500;
 margin-left:-10px;
 margin-top:-285px;
 background:#fff;
 width:230px;
}

.left_menu ul{
margin-left:2px;
}

.left_menu li{
	border:0px solid #000000;
	padding:10px 0px 0px 0px;
	width:218px;
	margin-top:1px;
	border-bottom:1px solid #eaeaea;
}
.left_menu li a{
color:#111111;
}
.left_menu a:link, a:visited {
  text-decoration: none;
}

.left_menu a:hover {
  text-decoration:none;
}

.left_menu a:active, a.active {
}

.left_menu ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}
.left_menu ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

.left_menu ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  /* LTR */
}

.left_menu ul li, ul.menu li, .item-list ul li, li.leaf {
	/*bordeR-left:0px solid #e3e3e3;*/
	margin-left:0px;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}
.left_menu .cat_close {
	/*background:url('../images/menu-collapsed.gif') left no-repeat;*/
	width:5px;
}
.left_menu .cat_open {
	background-image:url('../images/menu-expanded.gif') left no-repeat;
}
.left_menu .product {
	background-image:url(../images/menu-leaf.gif) left no-repeat;
}
.left_menu a.product, a.cat_close, a.cat_open {
	text-decoration:none;
}
