.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(Assets/transparentBullet.gif);
	list-style-type: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;



}
a:hover {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
	background-image: none;
	list-style-position: outside;
	list-style-image: url(Assets/cecbullet.gif);
	list-style-type: none;


}
