
/*sidebar*/

#sidebar {
	width:250px;
	
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 215px;
	height: 25px;
	display: block;
	padding: 10px 5px 0px 70px;
	background-image: url(tab_small.png);
	background-position: center right ;
	background-repeat: no-repeat;
	margin: 0;
	text-decoration: none;
}

#sidebar a {
	color: #004623;
	font-size: 1em;
	line-height: 1em;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(tab_big.png) center right no-repeat;
	padding: 4px 5px 4px 0px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 1em;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
	font-size: 1.5em;
}

.sidebarul {
	margin-bottom: 10px;
}

