#main2 ul
{
	width: 40em;
	/* room for 4 columns */
	list-style-image: url(images/arrow.gif);


}
#main2 ul li
{
	float: left;
	width: 10em;
	/* accommodate the widest item */
	padding-top: 7px;

}
/* stop the floating after the list */
#main2 br
{
  clear: left;
}
/* separate the list from what follows it */
#main2 div.wrapper
{
  margin-bottom: 1em;
}

/* anchor styling */
#main2 ul li a
{
  display: block;
  font-size: 1.2em;
  width: 7em;
  text-decoration: none;
  color: #06C;
}
#main2 ul li a:hover
{

color: #999;
}
