@charset "utf-8";
/* CSS Document */
div#main_menu{
	width:900px;
	height:34px;
	
	position:relative;
	float: left;
	
	}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu LI { 
 margin: 0px 0px;
 float:left;
 
}

#menu A { 
 display: block; 
 padding: 10px 31px 10px 35px;
 margin:0 0px 0 0;
 width: auto; 
 height: 14px; 
 background: url(images/menu_detail_m.png) no-repeat left;

 text-align: center; 
 font-size: 13px;
 text-decoration:none;
 font-weight:bold;
 color: #fff; 
}
#menu A span.menu_ar {
	display: block;
	float: left;
	width: 102px; 
	height: 45px; 
	background: url(images/menu_detail.png) repeat-x;
	cursor: pointer;
}

#menu A:hover { 
	background: url(images/menu_detail.png) no-repeat;
 
}

#menu_02 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_02 LI { 
 margin: 0px 0px;
 float:left;
 border-left: #a849ff solid 1px;
 
}

#menu_02 A { 
 display: block; 
 padding: 10px 29px;
 margin:0 0px;
 width: auto; 
 height: 14px; 
 background: url(images/menu.jpg) repeat-x;

 text-align: center; 
 font-size: 13px;
 text-decoration:none;
 font-weight:bold;
 color: #fff; 
}
#menu_02 A span.menu_ar {
	display: block;
	float: left;
	width: 90px; 
	height: 45px; 
	background: url(images/menu_f2.jpg) repeat-x;
	cursor: pointer;
}
#menu_02 A:hover { 
background: url(images/menu_f2.jpg) repeat-x;
}



