/* chi-navstyle.css */

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

}

#nav ul li {
margin:0;
padding:0;
cursor:pointer;
display:inline;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited{
display:block;
height:17px;
width:168px;
margin:0;
padding:0;
}

#nav ul li a:hover, #nav ul li a:active{
}

#nav ul li a span{
display:none;
}

#nav ul li a.act {
background-position:bottom left;
}

.home a,.home a:link,.home a:visited {
background:url(pic/nav/home.png) no-repeat top left;
}

.home a:hover,.home a:active {
background:url(pic/nav/home.png) no-repeat bottom left;
}

.taiji a,.taiji a:link,.taiji a:visited {
background:url(pic/nav/taiji.png) no-repeat top left;
}

.taiji a:hover,.taiji a:active {
background:url(pic/nav/taiji.png) no-repeat bottom left;
}

.kurs a,.kurs a:link,.kurs a:visited {
background:url(pic/nav/kurs.png) no-repeat top left;
}

.kurs a:hover,.kurs a:active {
background:url(pic/nav/kurs.png) no-repeat bottom left;
}

.akademie a,.akademie a:link,.akademie a:visited {
background:url(pic/nav/akademie.png) no-repeat top left;
}

.akademie a:hover,.akademie a:active {
background:url(pic/nav/akademie.png) no-repeat bottom left;
}

.ahnen a,.ahnen a:link,.ahnen a:visited {
background:url(pic/nav/ahnen.png) no-repeat top left;
}

.ahnen a:hover,.ahnen a:active {
background:url(pic/nav/ahnen.png) no-repeat bottom left;
}

.ref a,.ref a:link,.ref a:visited {
background:url(pic/nav/ref.png) no-repeat top left;
}

.ref a:hover,.ref a:active {
background:url(pic/nav/ref.png) no-repeat bottom left;
}

.vita a,.vita a:link,.vita a:visited {
background:url(pic/nav/vita.png) no-repeat top left;
}

.vita a:hover,.vita a:active {
background:url(pic/nav/vita.png) no-repeat bottom left;
}

.ress a,.ress a:link,.ress a:visited {
background:url(pic/nav/ress.png) no-repeat top left;
}
.ress a:hover,.ress a:active {
background:url(pic/nav/ress.png) no-repeat bottom left;
}

.links a,.links a:link,.ress a:visited {
background:url(pic/nav/links.png) no-repeat top left;
}
.links a:hover,.links a:active {
background:url(pic/nav/links.png) no-repeat bottom left;
}
















#home {

width:168px;
height:17px;
border:none;
background-image:url(pic/NAV_01.gif);
}

#home a {
display:table-cell;
width:168px;
height:17px;
background-image:url(pic/NAV_01.gif);
}

#home a:hover {
background-image:url(pic/NAV_high_01.gif);
}



#taiji {
width:168px;
height:17px;
border:none;
background-image:url(pic/NAV_02.gif);
}

#taiji a {
display:table-cell;
width:168px;
height:17px;
background-image:url(pic/NAV_02.gif);
}

#taiji a:hover {
background-image:url(pic/NAV_high_02.gif);
}

#kurse {
width:168px;
height:17px;
border:none;
background-image:url(pic/NAV_03.gif);
}

#kurse a {
display:table-cell;
width:168px;
height:17px;
background-image:url(pic/NAV_03.gif);
}

#kurse a:hover {
background-image:url(pic/NAV_high_03.gif);
}

#akademie {
width:168px;
height:17px;
border:none;
background-image:url(pic/NAV_04.gif);
}

#akademie a {
display:table-cell;
width:168px;
height:17px;
background-image:url(pic/NAV_04.gif);
}

#akademie a:hover {
background-image:url(pic/NAV_high_04.gif);
}

#ahnen {
width:168px;
height:17px;
border:none;
background-image:url(pic/NAV_05.gif);
}

#ahnen a {
display:table-cell;
width:168px;
height:17px;
background-image:url(pic/NAV_05.gif);
}

#ahnen a:hover {
background-image:url(pic/NAV_high_05.gif);
}

#refer {
width:168px;
height:17px;
border:none;
background-image:url(pic/NAV_06.gif);
}

#refer a {
display:table-cell;
width:168px;
height:17px;
background-image:url(pic/NAV_06.gif);
}

#refer a:hover {
background-image:url(pic/NAV_high_06.gif);
}

#vita {
width:168px;
height:17px;
border:none;
background-image:url(pic/NAV_07.gif);
}

#vita a {
display:table-cell;
width:168px;
height:17px;
background-image:url(pic/NAV_07.gif);
}

#vita a:hover {
background-image:url(pic/NAV_high_07.gif);
}

.hide {
visibility:hidden;
}	
