/*
Original styles were heavily dependend on theme.
I have made an attempt to make them as independent as 
possible.
*/
.cat-post-ajax-tree  span.widgettitle {
	border-bottom: solid 1px #ffcf5d;
	background-color: #000;
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	margin: 0px;
	display: inline-block;
	width: 100%;
}

.cat-post-ajax-tree .nat-menu-li h2.head {
	background: #fff url("img/fond_bouton.gif") repeat-x top left;
	border-top: 0 none !important;
	color: black;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 1px !important;
	height: 23px;
	padding:6px;
}

.cat-post-ajax-tree .head a {
	color: #000;
	width: 80%;
}
.cat-post-ajax-tree .head a:hover {
	color: #000;
	text-decoration:none;
}

.nat-menu-li li a {
	width: 100%;
	margin:1px;
	background: url('img/arrow.gif') no-repeat 223px center;
}

.cat-post-ajax-tree .head a.hover {
}

.cat-post-ajax-tree .head span.arrow {
	background-image: url('img/arrowUp.gif');
	display: block;
	float: right;
	width: 11px;
	cursor: pointer;
	color: black;
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
	text-decoration: none;
}

.cat-post-ajax-tree .head span.collapse {
	background-image: url('img/arrowDown.gif');
	display: block;
	float: right;
	width: 11px;
	cursor: pointer;
	color: black;
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
	text-decoration: none;
}


.cat-post-ajax-tree .head span.img-up {
	background-image: url('img/arrowDown.gif');
}

.cat-post-ajax-tree .head span.img-down {
	background-image: url('img/arrowDown.gif');
}


.cat-post-ajax-tree .head span.img-up .hover {
	background-image: url('img/arrowDown.gif');
}

.cat-post-ajax-tree .head span.img-down .hover {
	background-image: url('img/arrowDown.gif');
}

/*
.cat-post-ajax-tree .head span.hover {
	border-top: 1px solid #FDF3C4;
	background-color: #FDF3C4;
}
*/

.cat-post-ajax-tree .head span.snake {
	background: transparent url("img/snake.gif") no-repeat scroll 0 0;
}

.cat-post-ajax-tree-submenu {
	background:none ;
	overflow:hidden;
	margin-bottom: 1px;
}

ul.cat-post-ajax-tree-submenu {
  list-style:none;
  display:inline;
  background:#fff;
  margin: 0px;
  padding: 0px;
}
ul.cat-post-ajax-tree-submenu li{
  list-style:none;
  display:inline;
  background:#fff;
  margin: 0;
  padding:0;
}
ul.cat-post-ajax-tree-submenu li a{
  font-size:14px;
  background-color:#fff;
}

.cat-post-ajax-tree a {
	text-decoration: none;
	text-align: left;
	float: left;
}

.cat-post-ajax-tree ul,.cat-post-ajax-tree li {
	margin: 0 !important;
	padding: 0 !important;
}

.cat-post-ajax-tree li a {
	font-size: 18px;
	display: block;
	text-decoration: none;
	float: left;
	height: 23px;
	padding:6px;
	color:#666;
	border-bottom:1px solid #d9d9d9;
  width:236px;
}

.cat-post-ajax-tree li a:hover {
	font-weight: normal !important;
	text-decoration: none;
}
