/*#category h3 a { color:#f16a25;font-size:14px;font-weight:normal;background:url(images/arrow_down.png) no-repeat left;padding:3px 0 3px 20px;text-decoration:none;}
#category a {display:block;font-size:14px;padding:3px 0 3px 21px;color:#787878;text-decoration:none;}
#category a:hover { color:#f16a25;text-decoration:underline;background:url(images/arrow_down.png) no-repeat left}*/

#leftmenu, #leftmenu ul, #leftmenu li, #leftmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#leftmenu a { line-height:1; padding-left:8px;text-transform: uppercase;}
#leftmenu a:hover {background:url(images/arrow_left.png) no-repeat left; color:#f16a25;}
#leftmenu { width: 100% }
#leftmenu > ul > li > a {
  padding-right:0;
  font-weight: bold;
  display: block;
  color: #787878;
  border-bottom: 0px solid #5e071b;
  position: relative;
}
#leftmenu > ul > li > a > span {
  padding: 7px 10px;
  display: block;
  font-size: 0.75em;
  font-weight: 300;
}
#leftmenu > ul > li > a:hover {
  text-decoration: none;
}
#leftmenu > ul > li.active {
  border-bottom: none;
}
#leftmenu > ul > li.active > a {
  color:#000; padding-left:0; background: url(images/arr_down.png) left center no-repeat;
}
#leftmenu > ul > li.active > a span {
	padding-left:18px;
}
#leftmenu span.cnt {
  position: absolute;
	top: 6px;
  right: 15px;
	font-size:0.625em;
  padding:1px 5px !important;
  margin: 0;
	color:#f4f4f4;
  background:#999;
	-moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
#leftmenu ul ul {
  display: none;
}
#leftmenu ul ul li {
	padding-left:8px;
  border: 0px solid #e0e0e0;
  border-top: 0;
}
#leftmenu ul ul a {
  padding: 7px 0 7px 17px;
  display: block;
  color: #787878;
  font-size: 0.675em;
}
#leftmenu ul ul a:hover {

}
#leftmenu ul ul li.odd {
  background: #f4f4f4;
}
#leftmenu ul ul li.even {
  background: #fff;
}