#menu 
{
float: left;
height:53px;
width:1000px;
background-image:url(/images/menu.jpg);
}

.butoane span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;	
	opacity: 0;
}

#acasa-b
{
	width:84px;
	height:106px;
	background-image:url(/images/menu/acasa1.jpg);
	position: relative;
}

#acasa-b a span {
	background:url(/images/menu/acasa1.jpg) no-repeat scroll bottom left;
	cursor:pointer;
}

#harta-b
{
	width:86px;
	height:106px;
	background-image:url(/images/menu/harta1.jpg);
	position: relative;
}

#harta-b  a span {
	background:url(/images/menu/harta1.jpg) no-repeat scroll bottom left;
	cursor:pointer;
}

#ansambluri-b
{
	width:130px;
	height:106px;
	background-image:url(/images/menu/ansambluri1.jpg);
	position: relative;
}

#ansambluri-b  a span {
	background:url(/images/menu/ansambluri1.jpg) no-repeat scroll bottom left;
	cursor:pointer;
}

#consilier-b
{
	width:113px;
	height:106px;
	background-image:url(/images/menu/consilier1.jpg);
	position: relative;
}

#consilier-b  a span {
	background:url(/images/menu/consilier1.jpg) no-repeat scroll bottom left;
	cursor:pointer;
}

#contact-b
{
	width:105px;
	height:106px;
	background-image:url(/images/menu/contact1.jpg);
	position: relative;
}

#contact-b  a span {
	background:url(/images/menu/contact1.jpg) no-repeat scroll bottom left;
	cursor:pointer;
}

#menu .butoane
{
float:left;
}

#menu .butoane div
{
float:left;
height:53px;
overflow:hidden;
}

#menu #alege-oras
{
float: right;
margin-right:5px!important;
margin-right:-70px;
margin-top:13px!important;
margin-top:13px;
}

*:first-child+html #alege-oras 
{
width:auto;
}

*:first-child+html #alege-oras p
{
width:85px;
float:left;
}

*:first-child+html #alege-oras select
{
float:left;
}

#menu #alege-oras p
{
margin:0;
float:left;
font-size:14px;
font-weight:bold;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
margin-right:5px;
margin-top:2px;
}

#menu #alege-oras select
{
margin-right: 5px;
}