@charset "UTF-8";
/* CSS Document */


#back {
      margin-left: auto;
      margin-right: auto;
      background-repeat: repeat-x;
      background-color: white;
      height: 38px;
      position: relative;
      margin: 0px auto;
}


#nav {
      background-color: white;
      background: url(nav.png);
      height: 38px;
      width: 876px;
      margin: 5px auto;
      position: relative;
      top: 30;
}

#nav li {
	list-style-type: none;
	float: left;
}

#nav a {
	height: 38px;
	display: block;
}

#nav span {display: none;}

#list1 { width: 119px; }
#list2 { width: 128px; }
#list3 { width: 127px; }
#list4 { width: 127px; }
#list5 { width: 127px; }
#list6 { width: 129px; }
#list7 { width: 119px; }

#list1 a:hover {
      background: url(nav.png) 0px -38px no-repeat;
}

#list2 a:hover {
      background: url(nav.png) -119px -38px no-repeat;
}

#list3 a:hover {
      background: url(nav.png) -247px -38px no-repeat;
}

#list4 a:hover {
      background: url(nav.png) -374px -38px no-repeat;
}

#list5 a:hover {
      background: url(nav.png) -501px -38px no-repeat;
}

#list6 a:hover {
      background: url(nav.png) -628px -38px no-repeat;
}

#list7 a:hover {
      background: url(nav.png) -757px -38px no-repeat;
}