/*
 * rightCol Style sheet
 *
 */  

#CatsLst{
	position:absolute;
	height:375px;
	/*max-height:auto;*/
	width:230px;
	left:0px;
	top:60px;
	overflow:auto;
	text-align: left;
	
}

#subMnu{
	position:absolute;
	height:375px;
	width:230px;
	left:0px;
	top:83px;
	overflow:auto;
	text-align: left;
	
}

.Categ {
	background-image:url(/image/btnPetitIcon.png);
	background-position:center left;
	background-repeat:no-repeat;
	cursor:pointer;
	width:180px;
	height:30px;
	z-index:2;
	left: 28px;
	font-size:x-small;
}

.xfntsze{
	font-size: smaller;
}
