a.index-rollover {
	display: block;
	width: 133px;
	height: 51px;
	background: url(../images/b_index.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.index-rollover:hover {
	background-position: -133px 0;
}

a.index-active, a.index-active:hover {
	display: block;
	width: 133px;
	height: 51px;
	background: url(../images/b_index.jpg) -133px 0 no-repeat;
	text-decoration: none;
}

a.cv-rollover {
	display: block;
	width: 133px;
	height: 51px;
	background: url(../images/b_cv.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.cv-rollover:hover {
	background-position: -133px 0;
}

a.cv-active, a.cv-active:hover {
	display: block;
	width: 133px;
	height: 51px;
	background: url(../images/b_cv.jpg) -133px 0 no-repeat;
	text-decoration: none;
}

a.lucrari-rollover {
	display: block;
	width: 133px;
	height: 51px;
	background: url(../images/b_lucrari.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.lucrari-rollover:hover {
	background-position: -133px 0;
}

a.lucrari-active, a.lucrari-active:hover {
	display: block;
	width: 133px;
	height: 51px;
	background: url(../images/b_lucrari.jpg) -133px 0 no-repeat;
	text-decoration: none;
}

