#menu {
	list-style:none;
	position: relative;
	height: 40px;
	width: 780px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2C1A0B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-shadow: black 1px 2px 1px;
}

#menu li {
	width:155px;
	height:40px;
	position:relative;
	float: left;
}
#menu li a {
	display:block;
	width:155px;
	height:40px;
	text-decoration:none;
	color:#FF9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2C1A0B;
	letter-spacing: 2px;
	text-shadow: black 1px 2px 1px;
}
#menu li.last a {border:0;}

#menu li a b {
	display:block;
	width:155px;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	text-align:center;
}


.crema #menu li#crema a,
.evenimente #menu li#evenimente a,
.rezervari #menu li#rezervari a,
.contact #menu li#contact a,
.meniu #menu li#meniu a,
#menu li a:hover {white-space:nowrap; color:#fff; cursor:pointer;}

