/*sidebar*/

#sidebar {
	position: absolute;
	z-index: 7;
	width: 90px;
	left: 199px;
	top: 70px;
}

#sidebar ul {
	list-style: none;
}

#sidebar a{
	width: 104px;
	display: block;
	padding: 3px 5px 3px 20px;
	background: url(../images/tab.png) center right no-repeat;
	margin: 2px 0;
	text-decoration: none;
	color: #666666;
}

#sidebar a.active{
	width: 104px;
	display: block;
	padding: 3px 5px 3px 20px;
	background: url(../images/tab_active.png) center right no-repeat;
	margin: 2px 0;
	text-decoration: none;
	color: #ccff99;
}

#sidebar a.big{
	width: 104px;
	display: block;
	padding: 3px 5px 3px 20px;
	background: url(../images/tab_big.png) center right no-repeat;
	margin: 8px 0;
	color: #666666;
	text-shadow: 1px 2px 1px #222;
	font-size: 13px;
	text-decoration: none;
}

#sidebar li.activepage {
	color: #99cc00;
}
