#InfoBarFour {
	height: 130px;
	width: 195px;
	float: left;
	background-image: url(../images/InfoBarTextBackground.jpg);
}
#InfoBarFour ul {
	text-indent: 25px;
	padding-top: 15px;

}
#InfoBarFour li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}
#InfoBarFour a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#InfoBarFour a:hover {
	color: #FF0000;
}
