/* Button Rollovers turned on for the appropriate section */
 
.btodo			a#atodo, 
.btobuy			a#atobuy

{
	margin-left: 0px;
	margin-right: 6px;
	text-decoration: none;
	display: block;
	float: left;
	height: 26px;
	background-image: url(../buttons/sub_active.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 27px;
	padding-right: 26px;	
	color: #000033;
} 
