
DIV#menu{
    position:absolute;
    width:64em;
    z-index:0;
}

ul.main{
    margin:0px;
    padding:0px;
    width:100%;
    position:relative;
	border-top: 5px solid #364DA1;
    list-style:none;
    text-align:center;
}

.main li.off{
    height:22px;
    width:77px;
    position:relative;
    float:left;
    overflow:hidden;
}

.main li.on{
    height:22px;
    width:77px;
    float:left;
    overflow:hidden;
}
.main>li.on{
	overflow:visible;
}

.main a{
    display:block;
    text-decoration:none;
}
.main a:hover{
}


ol.sub{
    margin:0px;
    padding:0px;
    position:relative;
    left:0.5em;
    top:0.15em;
    width:180px; 
/*    border:1px solid #000000;*/
/*    border-bottom:0px solid #000000;*/
    background-color:#EAEDEB;
   	background: url(image/menu_bk_off.gif);

    list-style:none;
    text-align:left;
}
.sub li{
    background-color:#EAEDEB;
}
.sub a{
    padding:2px 0px 2px 5px;
    display:block;
    width:175px;
/*    border-bottom:1px solid #000000;*/
    background-color:#EAEDEB;
  	background: url(image/menu_bk_off.gif);
}
.sub a:hover{
	top:2px;
    background-color:#EAEDEB;
}

ol.sub2{
    margin:0px;
    padding:0px;
    position:relative;
    left:-5.5em;
    top:0.15em;
    width:155px;
    border:1px solid #000000;
    border-bottom:0px solid #000000;
    background-color:#EAEDEB;
    list-style:none;
    text-align:left;
}

.sub2 a:hover{
    background-color:#EAEDEB;
}

.sub2 li{
    background-color:#EAEDEB;
}
.sub2 a{
    padding:2px 0px 2px 5px;
    display:block;
    width:150px;
    border-bottom:1px solid #000000;
}
.sub2 a:hover{
    background-color:#EAEDEB;
}
