/* 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;
 list-style-type: none;
}

.left_menu a {
 color:#fff;
 text-decoration:none;
 padding:0 0 0 40px;
 display:block;
 background:url('../_img/a.gif') transparent no-repeat left top;
 line-height:42px;
}
.left_menu a:hover , .left_menu .mactual a{
 background:url('../_img/a-hover.jpg') transparent no-repeat left top;
}
