﻿a {
outline:none;
}




ul#nav {
margin-top:0px;
padding:0px;
list-style:none;
width:820px;
height:52px;
}

ul#nav li {
float:left;
}

ul#nav li a.first {
display:block;
width:220px;
height:52px;
background: url('nav-images/m-01.png') no-repeat 0 0px;
text-indent: -9999px;
}

ul#nav li a.first:hover {
background-position: 0 -52px;
}


ul#nav li a.home {
display:block;
width:132px;
height:52px;
background: url('nav-images/home.png') no-repeat 0px 0px;
text-indent: -9999px;
}

ul#nav li a.home:hover {
background-position: 0 -52px;
}

ul#nav li a.sitemap {
display:block;
width:130px;
height:52px;
background: url('nav-images/sitemap.png') no-repeat 0 0px;
text-indent: -9999px;
}

ul#nav li a.sitemap:hover {
background-position: 0 -52px;
}

ul#nav li a.contact {
display:block;
width:122px;
height:52px;
background: url('nav-images/contact.png') no-repeat 0 0px;
text-indent: -9999px;
}

ul#nav li a.contact:hover {
background-position: 0 -52px;
}


ul#nav li a.last {
display:block;
width:216px;
height:52px;
background: url('nav-images/m-05.png') no-repeat 0 0px;
text-indent: -9999px;
}

ul#nav li a.last:hover {
background-position: 0 -52px;
}








