/* TOP menu */
.top_menu_box {
 background:transparent;
 position:relative;
 height:46px;
 width:991px;
 background:url('../_img/green.jpg') repeat-x left top;
}
.top_menu {
 background:transparent;
 position:absolute;
 top:0;
 right:0;
}        

.top_menu li {
 font-size:13pt;
 list-style-type: none;
 text-align:center;
 float:left;
 margin-left: 4px;
 background:url('../_img/green-line.jpg') transparent no-repeat left top;
}

.top_menu a:link, .top_menu a:active, .top_menu a:visited {
 color:#fff;
 font-weight:bold;
 text-decoration:none;
 vertical-align:center;
 padding:13px 19px 0 26px;
 display:block;
 height:33px;
 float:left;
}
.top_menu a:hover {
 color:#f60;
}

.top_menu .mactual a:hover {
 
}

.top_menu .mactual a:link, .top_menu .mactual a:active, .top_menu .mactual a:visited {
 
}

#naviset_1:link, #naviset_1:active, #naviset_1:visited {  }
#naviset_2:link, #naviset_2:active, #naviset_2:visited {  }
#naviset_3:link, #naviset_3:active, #naviset_3:visited {  }

#naviset_1:hover {  }
#naviset_2:hover {  }
#naviset_3:hover {  }

/* DOWN menu */
.down_menu {
 width:994px;
}    

.down_menu li {
 font-size:9pt;
 list-style-type: none;
 margin:10px 4px 0 0;
 float:left;
}

.down_menu a:link, .down_menu a:active, .down_menu a:visited {
 color:#888;
 text-decoration:underline;
 padding:0 4px 0 0;
 display:block;
 float:left;
}
