/* CSS rollovers */
a.aboutstatic {
	background-image: url(../images/b_about.gif);
	background-repeat: no-repeat;
	display: block;
	height: 88px;
	width: 125px;
}
a.aboutstatic:hover {
	background-position: -125px 0;
	background-repeat: no-repeat;
}

a.csgrpstatic {
	background-image: url(../images/b_csgrp.gif);
	background-repeat: no-repeat;
	display: block;
	height: 88px;
	width: 121px;
}
a.csgrpstatic:hover {
	background-repeat: no-repeat;
	background-position: -121px 0;
}
