@charset "utf-8";

ul#navigare {
	list-style-type:none;
	position:relative;
	width:198px;
	height:122px;
	margin:0;
	padding:0;
	background-color: #CCCCCC;
}
li#despre {position:absolute;
	top:0px;
	left:0px;
	width:198px;
	height:30px;
	margin:0;
	padding:0;
	background:url(/Images/Meniu/despreNoi_btn.gif) no-repeat 0 0;
}
li#produse {position:absolute;
	top:30px;
	left:0px;
	width:198px;
	height:30px;
	margin:0;
	padding:0;
	background:url(/Images/Meniu/produse_btn.gif)  no-repeat 0 0;
}
li#informatii {position:absolute;
	top:60px;
	left:0px;
	width:198px;
	height:30px;
	margin:0;
	padding:0;	
	background:url(/Images/Meniu/infoutile_btn.gif) no-repeat 0 0;
}

li#contact {
	position:absolute;
	top:90px;
	left:0px;
	width:198px;
	height:32px;
	margin:0;
	padding:0;	
	background:url(/Images/Meniu/contact_btn.gif) no-repeat 0 0;
}

ul#navigare a {
	display: block;
	height:31px;
	text-indent:-9999px;
}

li#despre a:hover, li.active#despre a {background-image:url(/Images/Meniu/despreNoi_btn_f2.gif);}
li#produse a:hover, li.active#produse a {background-image:url(/Images/Meniu/produse_btn_f2.gif);}
li#informatii a:hover, li.active#informatii a {background-image:url(/Images/Meniu/infoutile_btn_f2.gif);}
li#contact a:hover, li.active#contact a {background-image:url(/Images/Meniu/contact_btn_f2.gif);}

