#nav {
 width:771px;
 height:36px;
 background: url(../media/images/nav/background-nav.png) no-repeat 0px 0px; 
}

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

#nav li {
 display:inline;
}

#nav li a {
 float:left;
 display:inline;
 height:36px;
 color:#dad9aa; 
}

#nav li a span {
 display:none; 
}

#nav li.home a {
 display:inline;
 width:72px;
 background:url(../media/images/nav/home.png) no-repeat 0px 0px;
}

#nav li.home a:hover {
 background:none;
}

#nav li.where-to-stay a {
 display:inline;
 width:112px;
 background:url(../media/images/nav/where-to-stay.png) no-repeat 0px 0px;
}

#nav li.where-to-stay a:hover {
 background:none;
}

#nav li.package-deals a {
 display:inline;
 width:128px;
 background:url(../media/images/nav/package-deals.png) no-repeat 0px 0px;
}

#nav li.package-deals a:hover {
 background:none;
}

#nav li.news a {
 display:inline;
 width:67px;
 background:url(../media/images/nav/news.png) no-repeat 0px 0px;
}

#nav li.news a:hover {
 background:none;
}

#nav li.events a {
 display:inline;
 width:68px;
 background:url(../media/images/nav/events.png) no-repeat 0px 0px;
}

#nav li.events a:hover {
 background:none;
}

#nav li.about-kenora a {
 display:inline;
 width:110px;
 background:url(../media/images/nav/about-kenora.png) no-repeat 0px 0px;
}

#nav li.about-kenora a:hover {
 background:none;
}

#nav li.how-to-get-here a {
 display:inline;
 width:125px;
 background:url(../media/images/nav/how-to-get-here.png) no-repeat 0px 0px;
}

#nav li.how-to-get-here a:hover {
 background:none;
}

#nav li.rss a {
 display:inline;
 width:89px;
 background:url(../media/images/nav/rss.png) no-repeat 0px 0px;
}

#nav li.rss a:hover {
 background:none;
}