﻿.Categ {
	margin-bottom: 20px;
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.Categ ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.Categ li a {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 1px;
}
.Categ li a:hover { text-decoration: none; color: #e1f15d;}

/*-------------------------------------------------------------------*/
.Categ li.level1 {
	background-image: url(images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	border-bottom: 0px solid #BA0000;
	font-size: 12px;
	display: block;
} 
.Categ li.level1 a {
	width: 120px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.Categ li.level1 a:hover {
	text-decoration: none;
	color: #FFFF66;

}
/*-------------------------------------------------------------------*/
.Categ li.level2 a {
	background-image: url(images/icon_02.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	width: 102px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-color: #FF6600;
}
.Categ li.level2 a:hover {
	background-image: url(images/icon_03.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	text-decoration: none;
	color: #000000;
	background-color: #FFCC00;
}

.Categ li.level2 {
	background-image: url(images/icon_02.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 18px;
	list-style: none;
	padding-top: 0px;
	width: 115px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/*-------------------------------------------------------------------*/
.Categ li a.toggle { width: 40px; position: absolute; top: 0; right: 0;text-align: center; border-bottom: none; color:#8B847C;} 
* html .Categ li a.toggle { right: 0px; color:#8B847C; }


.Categ .sub_show {
	
	display: block;
}
.Categ .sub_hide {
	
	display: none;
}
.Categ .ico_plus {
	
	border: 0px;
}
.Categ .ico_minus {

	
	border: 0px;
}
