*{
margin:0px;
padding:0px;
}
body{
background-image:url(hotel1.jpg);
}
.container{width:1000px;margin:0px auto;padding:center;}
#bbab{background-image:url(12.jpg);}
header
{height:200px;padding:5px;
}
#naav{background-image:url(11.jpg);}
nav{
border:5px;height:475px;width:1000px;margin:0px;
}
#slider_image{
margin-left:200px;
}
footer{
background-color:black;height:100px
}
#manu ul{
list-style:none;
}
#manu ul li{
background-image:url(hotel1.jpg);text-decoration:none;border:2px solid gray;width:135px;height:40px ;
text-align:center;line-height:40px;float:left; position:relative;border-radius:9px;margin:1px}
#manu ul li a{
text-decoration:none;
color:white;
display:block
}

#manu ul li a:hover{
border-radius:7px;
text-decoration:none;
color:solid white;
background-image:url(hotelcheck.jpg);

}
#manu ul ul{
position:absolute;
display:none
}
#manu ul li:hover>ul{
display:block

}
#manu ul ul ul{
margin-left:135px;
top:0px
}