.cbSide ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	padding: 1px;
	width: 235px;
	background-color: #AAAAAA;
}

.cbSide li {
}

.cbSide li a:link {
	color: #333333;
	line-height: 17px;
	text-decoration: none;

	border-bottom: 1px solid #EDEAEB;
	margin-right: 15px;
	width: 235px;
	background: #FFFFFF;
	display: block;
}

.cbSide li a:visited {
	color: #333333;
	line-height: 17px;
	text-decoration: none;
	
	border-bottom: 1px solid #EDEAEB;
	margin-right: 15px;
	width: 235px;
	background: #FFFFFF url(../images/visited_235.png) center no-repeat;
	display: block;
}

.cbSide li a:active {
	color: #2781FC;
	line-height: 17px;
	text-decoration: none;
	border-bottom: 1px solid #EDEAEB;
	margin-right: 15px;
	width: 235px;
	background: #FFFFFF url(../images/arrow_235.png) center no-repeat;
	display: block;
}

.cbSide li a:hover {
	color: #2781FC;
	line-height: 17px;
	text-decoration: none;
	
	border-bottom: 1px solid #EDEAEB;
	margin-right: 15px;
	width: 235px;
	background: #FFFFFF url(../images/arrow_235.png) center no-repeat;
	display: block;
	
	/*
	width: 215px;
	background: #FFFFFF url(../images/arrow_215.png);
	*/

}
