#menu_top {
	height: 28px;
	float: left;
	width: 768px;
	margin-top:-5px;
	margin-left: 24px;
	background-color:black;
}

* html #menu_top {
	overflow:hidden;
	width: 768px;
	height: 28px;
	margin-top:-5px;
	margin-left: 18px;
	
}

#menu_top div.child {
	display: inline;
	position: relative;
	margin-right: -3px;
	height:45px;
	
}
.img_search {
	width:36px;
	height: 17px;
	cursor: pointer;
	position: absolute;
	z-index: 4;
	margin-top: 21px;
	margin-left: 149px;
}
.img_search img {
	width:36px;
	height: 17px;
}
*+ html .img_search {
	margin-top:-4px;
	margin-left:150px;
	
}
*+ html .img_search img {
	
}


* html .img_search {
	margin-top:-4px;
	margin-left:150px;
}
*+ html .img_search img {
	
	height: 45px;
	cursor: pointer;
	z-index: 10
}
* html .img_search img { 
	
	height: 45px;
	cursor: pointer;
	z-index: 10 
}
* html #menu_top div.child img, * html .img_search {
	margin-bottom: 0px;
	height: 28px;
	
}
.child:hover{
	height:45px;
	
}

#menu_top ul {
	position: absolute;
	padding: 5px;
	list-style-type: none;
}

#menu_top ul.sub {
	position: relative;
	display: block;
	margin: 0 0 4px 0;
	padding-top:2px;
}

#menu_top ul a.subcategory {
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#menu_top ul a.subcategory:hover {
	color: #E700DF;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#menu_top ul a.object {
	color: #6B6B6B;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
}
#menu_top ul a.object:hover {
	color: #E700DF;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
}
#menu_top li {
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
}

#menu_top li.main_option {
	float: left;
	width: 100px;
	padding-left:15px;
	padding-top:17px;
}
.menu_first{
	display:none;
	margin:0px;
	padding:0;
	z-index: -1;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}

.sub li{
	padding-bottom:1px;
}

#menu_top_47{
	margin-left:50px;
}