 /*#haupt_navigation_container, x:-moz-any-link {
  margin-top:10px;
  margin-left:8px;
  padding-bottom:10px;
  background-color:#fff;
}

#haupt_navigation_container, x:-moz-any-link, x:default {
float:left;
    width:965px;
    height:40px;
    margin-top:-22px;
    margin-left:8px;
}

#haupt_navigation_container ul, x:-moz-any-link {
  width:940px;;
  background:#fff;
  padding-left:20px;
}
#haupt_navigation_container ul, x:-moz-any-link, x:default {
height:60px;
    width:965px;
}

#haupt_navigation_container ul li, x:-moz-any-link {
  margin:0;
  padding:0;
  background-color:#fff;
  height:40px;
  padding-bottom:15px;
}
#haupt_navigation_container ul li, x:-moz-any-link, x:default {
float:left;
    display: block;
}

#haupt_navigation_container ul li a span:hover, x:-moz-any-link {
    background-image:url(../img/hnavi-bg-active-left.png);
    background-position: left 0px;
    cursor:pointer;
} 
#haupt_navigation_container ul li a span:hover, x:-moz-any-link, x:default {
height:39px;
    display:inline-block;
    padding:34px 25px 0px 25px;
    margin:0px;
    background-image:url(../../img/hnavi-bg-active-left.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#haupt_navigation_container ul li a:hover span, x:-moz-any-link {
    background-image:url(../img/hnavi-bg-active-right.png);
    background-position: right 0px;
    cursor:pointer;
    padding-bottom:25px;
} 
#haupt_navigation_container ul li a:hover span, x:-moz-any-link, x:default {
 
}
                  */
ol#toc {
  height: 2em;    
  list-style: none;    
  margin: 0;    
  padding: 0;
  margin-top:-1px;
  }
ol#toc li {    
  float: left;    
  margin: 0 10px 0 0;
  display:inline-block;
  height:73px;  
  }
ol#toc a {    
  background: #bdf url(../img/hnavi-bg-active-full.png) top;    
  color: #008;    
  display: block;    
  float: left;    
  height: 2em;    
  padding-left: 10px;  
            
            height:73px;
  text-decoration: none;
  }
ol#toc a:hover {    
  background-color: #3af;    
  background-position: 0 -73px;
  }
ol#toc a:hover span { 
display:block;   
  background-position: 100% -73px;
  height:48px;
  padding:25px 20px 0px 10px;
  text-decoration:none;
    color:#fff;
    font-size:0.8em;
    font-weight:bold;
  }
ol#toc li.current a {    
  background-color: #48f;    
  background-position: 0 -73px;    
  color: #fff;    
  font-weight: bold;
  }
ol#toc li.current span {    
  background-position: 100% -73px;
  color: #fff; 
  }
ol#toc span {    
  background: url(../img/hnavi-bg-active-full.png) 100% 0;    
  display: block;    line-height: 2em;    
  padding-right: 10px;
  padding:25px 20px 0px 10px;
  height:48px;
  text-decoration:none;
    color:#2b2357;
    font-size:0.8em;
    font-weight:bold;
  }
