

DIV#menu1{

    position:absolute;

    width:65em;

    z-index:999;

}

DIV#menu2{

    position:absolute;

    width:65em;

    z-index:0;

}



ul.main{

    margin:0px;

    padding:0px;

    width:100%;

    position:relative;

	border-left: 0px;

	border-top: 5px solid #364DA1;

    list-style:none;

    text-align:center;

}



.main li.off{

    height:22px;

    width:140px;

    position:relative;

    float:left;

    overflow:hidden;

}



.main li.on{

    height:22px;

    width:140px;

    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;

}


