/* CSS Document */
.meniu {
	width:430px;
	float:right;
	padding-right: 3px;
	padding-top: 48px;
}
.m{
	height:54px;
	width:430px;
	margin: auto;
	background:url(imagini/meniu_bg.gif) repeat-x;	
}
.meniu-s{
	background:url(imagini/meniu_l.gif) no-repeat;
	width:15px;
	height:54px;
	float:left;
}
.meniu-d{
	background:url(imagini/meniu_r.gif) no-repeat;
	width:15px;
	height:54px;
	float:right;
}
.meniu-bg{
	background:url(imagini/meniu_bg.gif) repeat-x;
	height:54px;
}
.meniu-bg ul{
	list-style:none;
	margin:0 auto;
}
.meniu-bg li{
	float:left;
	list-style:none;
}
.meniu-bg li a{
	float:left;
	display:block;
	color:#ffe8cc;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:54px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.meniu-bg li a span{
	float:left;
	display:block;
	padding:0 32px 0 18px;
}
.meniu-bg li.current a{
	color:#fff;
	background:url(imagini/meniu_hover_l.gif) no-repeat left 5px;
}
.meniu-bg li.current a span{
	color:#fff;
	background:url(imagini/meniu_hover_r.gif) no-repeat right 5px;
}
.meniu-bg li a:hover{
	color:#fff;
	background:url(imagini/meniu_hover_l.gif) no-repeat left 5px;
}
.meniu-bg li a:hover span{
	color:#fff;
	background:url(imagini/meniu_hover_r.gif) no-repeat right 5px;
}

