/* 必須要在這裡另外import，才有辦法覆寫原本plugin的CSS */
/* overwrite jquery menu plugin style */
ul.menu_panel {
	padding: 0;
	opacity: 0.95;
}

li.menu_item {
	padding: 0;
	margin: 0;
	width: 130px;
	height: 34px;
	background: url('/img/header/menu/header_mune_line.jpg') 0 31px no-repeat;
}

li.last_menu_item {
	height: 31px;
}