/* CSS Document */
#laddergraphic {
	width:110px;
	float:left;
	vertical-align:top;
}
#laddergraphic ul {
	list-style-image:none;
	list-style:none;
	margin:0px;
	padding:0px;
	width:110px;
}
#laddergraphic ul li {
	background-image:url(ladder_images/rung_empty2.gif);
	height:25px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
}
#laddercontent {
	width:603px;
	margin-left:10px;
	float:left;
}
#laddergraphic ul li.selectedrung {
	background-image:url(ladder_images/rung_full2.gif);
}
#laddergraphic ul li.selectedrung a {
	color:#FFFFFF;
}
#contentbox {
	width:603px;
	background-image:url(ladder_images/content_back.gif);
	background-repeat:repeat-y;
}
#contentbox p {
	margin-left:23px;
	margin-right:20px;
}
#contentbox ul {
	margin-left:40px;
}
.pix {
	float:right;
	margin-right:25px;
	padding-left:10px;
}


