    #menu{
        text-align: center;
        margin: 0 auto;
        /*padding-left: 50%;
        margin-left: -300px;*/
        }
    
    #menu ul  {
        margin: 0 auto;
        padding: 0px;
               }
    
    #menu ul ul {
	width: auto;
	margin: 0;
    margin-top: 0px;
	position: absolute;
	visibility: hidden;
                }
 
    #menu ul ul ul {
	width: auto;
	margin-left: 100px;
    margin-top: -10px;
	position: absolute;
	visibility: hidden;
                }

    
    #menu li {
        float: left;
        /*width: 100px;*/
        list-style-type: none;
        text-decoration: none;
        display: block;   
        
    }
    
    
    #menu li li {
        float: none;
        list-style-type: none;
    }
    
    #menu a {
        height: 34px;
        text-decoration: none;
        display: block;
        line-height: 2.5;
        margin-left:0px;
        font-family: sans-serif;
        font-weight: bolder;
        font-size: 12px;
        padding-left: 21px;
        padding-right: 21px;
    }
    
    #menu a.mainnavi {
        background:#e3e3e3;
        color: #495875;
        background-image: url('../../images/navi/button_bg.jpg');
        background-repeat: repeat-x;
        border-left: solid 1px  transparent;
        border-right: solid 1px transparent;     
    }
    
    #menu a.mainnavi:hover {
        color: #495875;
        background-image: url('../../images/navi/button_bg_hover.png');
        background-repeat: repeat-x;
        background-position: center;
        border-left: solid 1px white;
        border-right: solid 1px white;
    }
    
    #menu a.subnavi {
        background: #b3c2d1;
        color: #495875;
        border-bottom: 1px solid white;
        border-left: solid 1px  white;
        border-right: solid 1px white; 
        width:38px;    
    }
    
    #menu a.subnavi:hover {
        background: #efeff0;
        color: #495875;
        border-left: solid 1px  transparent;
        border-right: solid 1px transparent; 
    }
    
    #menu li:hover ul.stage2, #menu ul.over ul.stage2, #menu a.subnavi:hover ul.stage2{
	visibility: visible;
        }
          
    .clear {
	clear: both;
	height: 0;
	line-height: 0;
            }
