#nav {
 margin:0px 0px 0px 160px;
 padding:0;
 list-style-type:none;
}

#nav li {
 float:left;
 display:inline;
 margin:0;
 padding:0;
}

#nav li.bull {
 padding-top:9px;
}

#nav a {
 float:left;
 display:inline;
 font:bold 20px Times New Roman;
 color:#353f1e;
 text-decoration:none;
}

#nav a.home {
 background:url(images/home-bg.png) no-repeat;
  padding:7px 0px 0px 1px;
 width:78px;
 height:41px;
}

#nav a.rooms {
 background:url(images/rooms-bg.png) no-repeat;
 padding:7px 0px 0px 1px;
 width:76px;
 height:41px;
}

#nav a.location {
 background:url(images/location-bg.png) no-repeat;
 padding:7px 0px 0px 1px;
 width:100px;
 height:41px;
}

#nav a.contact {
 background:url(images/contact-bg.png) no-repeat;
 padding:7px 0px 0px 1px;
 width:86px;
 height:41px;
}

#nav a.links {
 background:url(images/links-bg.png) no-repeat;
 padding:7px 0px 0px 1px;
 width:76px;
 height:41px;
}

.clear {
 clear:both;
}