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

/* DOWN menu */
.left_menu {
 font-family: 'Comic Sans MS', serif;
 font-size:13px;
}    

.left_menu li {
  display:block;
  list-style:none;
  text-align:right;
}

.left_menu a {
 display:block;
 line-height:25px;
 background:url('../_img/bt_1.jpg') transparent no-repeat left top;
 color: #68acbe;
 text-decoration: none;
 padding-left:20px;
 padding-right:30px;
 font-weight: bold;
}
.left_menu a:hover {
  color:#069;
}