@charset "utf-8";

ul#navigare {
	list-style-type:none;
	position:relative;
	width:203px;
	height:174px;
	margin:0;
	padding:0;
	background:#F2E4CC;
}
li#acasa {
	position:absolute;
	top:0px;
	left:0px;
	width:203px;
	height:29px;
	background:url(/Images/Meniu/btnAcasa.gif) no-repeat 0 0;
	background-image: url(/Images/Meniu/btnAcasa.gif);
}
li#despre {
	position:absolute;
	top:29px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btnDespreNoi.gif) no-repeat 0 0;
}
li#oferte {position:absolute;
	top:58px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btnOfSpeciale.gif) no-repeat 0 0;}
li#sejur {position:absolute;
	top:87px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btnSejururi.gif) no-repeat 0 0;}
li#circuit {position:absolute;
	top:116px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btnCircuit.gif) no-repeat 0 0;}

li#contact {position:absolute;
	top:145px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btnContact.gif) no-repeat 0 0;}

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

li#acasa a:hover, li.active#acasa a {border: 0px; background-image:url(/Images/Meniu/btnAcasa_over.gif);}
li#despre a:hover, li.active#despre a {border: 0px; background-image:url(/Images/Meniu/btnDespreNoi_over.gif);}
li#oferte a:hover, li.active#oferte a {border: 0px; background-image:url(/Images/Meniu/btnOfSpeciale_over.gif);}
li#sejur a:hover, li.active#sejur a {border: 0px; background-image:url(/Images/Meniu/btnSejururi_over.gif);}
li#circuit a:hover, li.active#circuit a {border: 0px; background-image:url(/Images/Meniu/btnCircuit_over.gif);}
li#contact a:hover, li.active#contact a {border: 0px; background-image:url(/Images/Meniu/btnContact_over.gif);}

