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

/* DOWN menu */
.left_menu {
 width:321px;
}    

.left_menu li {
 font-size:18px;
 list-style-type: none;
 margin:0;
 text-align:center;
}

.left_menu a {
 color:#fff;
 text-decoration:none;
 line-height:42px;
	background:url('../_img/a.png') transparent no-repeat left bottom;
 display:block;
}
.left_menu a:hover {
	background:url('../_img/a-hover.png') transparent no-repeat left bottom;
}