/*----------------------------------------------*/
a#home {
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a#home:hover {
	background-color: transparent;
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----------------------------------------------*/
a#profil {
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../images/bt_profilulfirmei.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a#profil:hover {
	background-color: transparent;
	background-image: url(../images/bt_profilulfirmei.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----------------------------------------------*/
a#produse {
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../images/bt_produse.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a#produse:hover {
	background-color: transparent;
	background-image: url(../images/bt_produse.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----------------------------------------------*/
a#servicii {
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../images/bt_servicii.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a#servicii:hover {
	background-color: transparent;
	background-image: url(../images/bt_servicii.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----------------------------------------------*/
a#referinte {
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../images/bt_referinte.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a#referinte:hover {
	background-color: transparent;
	background-image: url(../images/bt_referinte.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----------------------------------------------*/
a#contact {
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../images/bt_contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a#contact:hover {
	background-color: transparent;
	background-image: url(../images/bt_contact.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*----------------------------------------------*/

a.link_limba {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
a.link_limba:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}
a.link_header_sectiune {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a.link_header_sectiune:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #6699CC;
	text-decoration: underline;
}
a.link_footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 5px;
}
a.link_footer:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
}
a.link_alb {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_alb:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}