#slideup  {
	margin: 0 0 15px 0;
	list-style: none;
	width: 173px;
	background: url('images/slider-mid.gif') 0 0 repeat-y;
}
#slideup ul {
	list-style: none;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #e4e4e4;
}
#slideup li a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	text-indent: 10px !important;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
	/*background: url('images/slideup_off.gif') 96% 2px no-repeat;*/
	cursor: pointer !important;
}
#slideup li ul li a {
	text-indent: 8px !important;
}
#slideup li a.activeli {
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	/*background: url('images/slideup_on.gif') 96% 2px no-repeat;*/
	cursor: pointer !important;
}
#slideup li li a {
border: 0;
}
#slideup .first {
	background: url('images/slider-top.gif') 0 0 no-repeat;
}
#slideup li.last {
	height: 32px;
	background: url('images/slider-btm.gif') 0 0 no-repeat;	
	cursor: default !important;
}
#slideup li.last a {
	border-top: 0;
	line-height: 32px;
	text-indent: 10px;
	border: 0;
	background: none;
}
#slideup .first h3 {
	line-height: 30px;
	text-indent: 10px;
	font-size: 15px;
}
#slideup ul li {
	margin: 0 0 0 1px;
	width: 171px;
	background: url('images/item-back.gif') 0 0 repeat-x;
}
#slideup ul li img {
	margin: 5px 0 5px 0;
}
#slideup ul li a {
	padding: 0 0 5px 0;
	text-decoration: underline !important;
	color: #1e639d !important;
	font-weight: bold !important;
	background: none !important;
}
#slideup li .meer {
	text-decoration: underline !important;
	color: #1e639d !important;
	font-weight: bold !important;
}

.activeli {
	background: Red;
}