/* Clubs */

div#content ul
{ list-style:none; }

div#content ul li {
  padding-left:25px; line-height:16px;
  background:#fff url('../images/common/bullet.png') left -1px no-repeat;
  margin-bottom:10px; float:left; width:100%;
}
div#rightBar ul li {
	padding-left:20px; line-height:16px;
	background:#fff url('../images/common/bullet.png') left -1px no-repeat;
	margin-bottom:10px; float:left; width:100%;
}
div#rightBar ul {
	list-style: none;
	list-style-type: none;
	list-style-position: initial;
	list-style-image: initial;
	padding-left:5px;
}

div#content ul#subNav { clear:both; padding-top:50px; width:520px;}

div#content ul#subNav li { background:none; padding-left:0; width:auto; float:none;}
