a.home-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/home.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.home-rollover:hover {
	background-position: -200px 0;
}

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

a.oferta-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/oferta.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.oferta-rollover:hover {
	background-position: -200px 0;
}

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

a.oferta-en-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/oferta_en.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.oferta-en-rollover:hover {
	background-position: -200px 0;
}

a.oferta-en-active, a.oferta-en-active:hover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/oferta_en.jpg) -200px 0 no-repeat;
	text-decoration: none;
}


a.portofoliu-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/portofoliu.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.portofoliu-rollover:hover {
	background-position: -200px 0;
}

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

a.portofoliu-en-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/portofoliu_en.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.portofoliu-en-rollover:hover {
	background-position: -200px 0;
}

a.portofoliu-en-active, a.portofoliu-en-active:hover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/portofoliu_en.jpg) -200px 0 no-repeat;
	text-decoration: none;
}

a.documente-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/documente.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.documente-rollover:hover {
	background-position: -200px 0;
}

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

a.documente-en-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/documente_en.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.documente-en-rollover:hover {
	background-position: -200px 0;
}

a.documente-en-active, a.documente-en-active:hover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/documente_en.jpg) -200px 0 no-repeat;
	text-decoration: none;
}

a.contact-rollover {
	display: block;
	width: 200px;
	height: 34px;
	background: url(../images/contact.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.contact-rollover:hover {
	background-position: -200px 0;
}

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

a.bottom {
	font-family: verdana;
	font-size: 10px;
	color: #D32701;
	text-decoration: none;
}

a.bottom:hover {
	text-decoration: underline;
}

a.grey {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.grey:hover {
	color: #D32701;
}


