/* TOP menu */
#naviset_dropdown {
 width:690px;
 position:absolute;
 top:128px;
 right:0px;
 text-align:left;
}

/* DOWN menu */
.left_menu {

}    

.left_menu li {
 font-size:18px;
 font-weight:bold;
 list-style-type: none;
}

.left_menu a{
 color:#fff;
 padding:0 0 2px 20px;
 display:block;
 line-height:48px;
 text-decoration:none;
 background:url('../_img/a.gif') transparent no-repeat left top;
}
.left_menu a:hover{
 color:#FFBA01;
}
