/* -- default style -- */

	

/* -- left panel start -- */
	
#left {
	width:250px;
	padding:0 12px 0 0;
	margin:0 20px 0 350px;
	float:left;
/*	background:url(dot-02.gif) repeat-y 100% 0;*/
	text-decoration: none;
}

#left ul.catagory {
	padding:0 0 20px 7px; 
	float:none;
	text-decoration: none;
}

#left ul.catagory li {
	background:url(dot-01.gif) repeat-x 0 100%;
	width:250px;
	padding:0 0 1px;
	margin:0 12px 0 0;
	float:left;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
}

#left ul.catagory li.big {
	width:250px;
	padding:0 0 1px;
	margin:0;
	text-decoration: none;
}

#left ul.catagory li a {
/*	background:url(orang-bullet.jpg) no-repeat 2px 7px;*/
	color:#000;
	padding:0 0 0 13px;
	line-height:19px;
	display:block;
	text-decoration:none;
}

#left ul.catagory li a:hover {
	background:url(images/green-bullet.gif) no-repeat 2px 7px #92652E;
	color:#ffffff;
	
} /*#F0FBF6-#CAAB64 */

