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

