
/*******************************************
MENU
-------------------------------------------
contents
********************************************/
/*===========================================
body
===========================================*/
#body {
	width:929px;
	padding:10px 0px 0px 24px;
}
/*===========================================
right
===========================================*/
#right {
	margin-left:16px;
	width:144px;
	background-color:#F0F0F0;
	float:left;
}
#right #banner {
	background-color:#F0F0F0;
	padding:10px;
}
/*===========================================
left
===========================================*/
#left {
	float:left;
	width:745px;
	border-right:1px solid #E5E5E5;
	margin-bottom:20px;
}
#left h2 {
	padding-bottom:20px;
}
#area_back {
	background-image: url(../images/shop/index/map_back.gif);
	background-repeat: repeat;
	width:728px;
}
#area_map {
	width:460px;
	float:left;
}
#area_nav {
	width:268px;
	float:left;
}
#area_nav li{
	list-style-type:none;
}
#menu1 {
	width:122px;
	border-top:1px solid #C8C8C8;
	margin:10px 0 0 10px;
	float:left;
}
#menu1 li a:link {
	color: #505050;
	text-decoration: none;
	background: url(../images/shop/index/icon.gif) no-repeat left center;
	padding-left:10px;
}
#menu1 li a:visited {
	color: #505050;
	text-decoration: none;
	background: url(../images/shop/index/icon.gif) no-repeat left center;
	padding-left:10px;
}
#menu1 li a:hover {
	color: #f09600;
	text-decoration: none;
	background: url(../images/shop/index/icon_hover.gif) no-repeat left center;
	padding-left:10px;
}
#menu1 li {
	padding:5px 0 5px 5px;
	border-bottom:1px solid #C8C8C8;
}
#sub_menu1 li{
	border-bottom:1px dotted #C8C8C8;
}
.li_fast {
	padding:5px;
	border-bottom:1px solid #C8C8C8;
}
#sub_menu1 li.li_last {
	padding-bottom:0;
	border-bottom:0px dotted #C8C8C8;
}

#menu2 {
	width:122px;
	border-top:1px solid #C8C8C8;
	margin:10px 0 0 0px;
	float:right;
}
#menu2 li{
	border-bottom:1px solid #C8C8C8;
}
#menu2 li a:link {
	color: #505050;
	text-decoration: none;
}
#menu2 li a:visited {
	color: #505050;
	text-decoration: none;
}
#menu2 li a:hover {
	color: #f09600;
	text-decoration: none;
}
#menu2 li {
	padding:5px;
}
