
#sidebar { 
	width: 172px;
	height: 152px;
	background: url('../../_images/body/menu.png') center right no-repeat;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar a {
	width: 115px;
	display: block;
	padding: 2px 15px 2px 15px;
	background: url('../../_images/body/menu_background_small.png') center right no-repeat;
	margin: 0px 0px 3px 0px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	text-align: right;
	color: #ffffff;
}

#current {
	width: 130px;
	display: block;
	padding: 2px 15px 2px 15px;
	background: url('../../_images/body/menu_background_small.png') center right no-repeat;
	margin: 0px 0px 3px 0px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	text-align: right;
	color: #8b090e;
}
