@charset "utf-8";

ul#navigare {
	list-style-type:none;
	position:relative;
	width:95px;
	height:496px;
	margin:0;
	padding:0;
	background:#3F3F3F;
}
li#agricultura {position:absolute;
	top:0px;
	left:0px;
	width:23px;
	height:496px;
	background:url(/Images/RightDomain/domain_1.gif) no-repeat 0 0;
}
li#transport {position:absolute;
	top:0px;
	left:24px;
	width:23px;
	height:496px;
	background:url(/Images/RightDomain/domain_2.gif) no-repeat 0 0;
}
li#itc {position:absolute;
	top:0px;
	left:48px;
	width:23px;
	height:496px;
	background:url(/Images/RightDomain/domain_3.gif) no-repeat 0 0;
}
li#web {position:absolute;
	top:0px;
	left:72px;
	width:23px;
	height:496px;
	background:url(/Images/RightDomain/domain_4.gif) no-repeat 0 0;
}

ul#navigare a {
	display: block;
	width:23px;
	height:496px;
	text-indent:-99999px;
}

li#agricultura a:hover, li.active#agricultura a {border: 0px; background-image:url(/Images/RightDomain/domain_1_over.gif);}
li#transport a:hover, li.active#transport a {border: 0px; background-image:url(/Images/RightDomain/domain_2_over.gif);}
li#itc a:hover, li.active#itc a {border: 0px; background-image:url(/Images/RightDomain/domain_3_over.gif);}
li#web a:hover, li.active#web a {border: 0px; background-image:url(/Images/RightDomain/domain_4_over.gif);}

