/* Category Listing */
ul.thecategory{
  list-style-type:none;
  margin: 0;
  padding: 0;
  background:#F7F7F7;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-bottom:1px solid #CCC;
}
ul.thecategory ul {
	list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.thecategory a {
  display: block;
  text-decoration: none;
  height:auto !Important;
  min-height:15px;
  height:15px;
  font:12px/15px arial,verdana,sans-serif !Important;
}

ul.thecategory li {
  display:block;
  height:auto !Important;
  min-height:15px;
  height:15px;
}

ul.thecategory li a {
  background: #F7F7F7;
  display:block;
  color: #666;	
  padding: 0.5em;
  font-size:12px;
  border-bottom:1px solid #CCC;
}

ul.thecategory li a:hover {
  background: #EFEFEF url("../images/bghovercats.gif") no-repeat top left !important;
}

ul.thecategory li ul li a {
  background: #EFEFDE;
  color: #333;
  padding-left: 13px;
}


ul.childs {
	margin:0px !important;
	padding:0px !important;
	background: #AAA;
	height:auto !Important;
	height:1px;
	min-height:1px;
}
ul.childs li a {
	background: #DEE7EF;
	color: #FFF;
	
}
ul.childs ul.childs a {
	background:#F1F4F8;
	color:#333;
	border-bottom:0px !important;
}
ul.childs ul.childs ul.childs a {
	background:#C9D6FF;
	color:#666;
}
ul.level-4 a {
	background:#ABCDF8 !important;
}

ul.level-1 a:hover {
	background:#D2D2A4 url("../images/bghovercats.gif") no-repeat top right !important;
}
ul.level-2 a:hover {
	background:#D8E4F3 url("../images/bghovercats.gif") no-repeat top right !important;
}
ul.level-3 a:hover {
	background:#B5D2F0 url("../images/bghovercats.gif") no-repeat top right !important;
}
ul.level-4 a:hover {
	background:#ECEBE8 url("../images/bghovercats.gif") no-repeat top right !important;
}


a.activestate {
	font-weight:bold !important;
	background-image:url("../images/bghovercats.gif") !important;
	background-position:top left !important;
	background-repeat:no-repeat !important;
	color:#990000 !important;
}