#side .item {
	background: transparent url(../graphics/side/item.png) no-repeat 0 100%;
	margin: 20px 0 0 0;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 100%;
}
#side .item img {
	background: #fff;
	border: 2px solid #cccce5;
	float: right;
	margin: 0 0 0 10px;
	padding: 2px;
}
#side .item h2 {
	background: transparent url(../graphics/side/item-h2.png) no-repeat 0 0;
	color: #6666b3;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 20px 0 20px;
}
#side .item h2 a {
	text-decoration: none;
}
#side .item p {
	font-size: 11px;
	line-height: 1.5em;
	margin: 10px 20px 0 20px;
}
#side .item a.more {
	background: transparent url(../graphics/side/a-more.png) no-repeat 100% 0;
	clear: right;
	float: right;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 0 -10px 0;
	padding: 0 40px 0 0;
	text-align: right;
	text-decoration: none;
}





#side .menu {
	background: transparent url(../graphics/side/menu.png) repeat-y 209px 0;
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 100%;
}
#side .menu ul {
	color: #6666b3;
	font-size: 12px;
	line-height: 1.5em;
	padding: 20px 0 0 0;
}
#side .menu li a {
	background: transparent url(../graphics/side/menu-a.png) no-repeat 170px 50%;
	color: #6666b3;
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 60px 0 0;
	text-align: right;
	text-decoration: none;
	width: 160px;
}
#side .menu li.here a, #side .menu li.here a:hover {
	background: transparent url(../graphics/side/menu-a.png) no-repeat 200px 50%;
	padding: 0 30px 0 30px;
}
#side .menu li a:hover {
	background: transparent url(../graphics/side/menu-a.png) no-repeat 180px 50%;
	padding: 0 50px 0 10px;
}