@charset "utf-8";
/* CSS Document */
#menu li:hover .drop-down1,
#menu li.hover .drop-down1{
	display:block;
}
.drop-down1{
	display:none;
	position:absolute;
	top:18px;
	left:2px;
	width:160px;
	padding:14px 0 0;
	background:url(../images/bg-drop-down.png) repeat-y;
}
.drop-down1 .top{
	width:100%;
	overflow:hidden;
	height:10px;
	background:url(../images/bg-drop-down-top1.gif) no-repeat;
}
.drop-down1 .bottom{
	width:100%;
	overflow:hidden;
	height:10px;
	background:url(../images/bg-drop-down-bottom1.gif) no-repeat;
}
.drop-down1 .container{
	width:160px;
	overflow:hidden;
	background:url(../images/bg-drop-down-container1.gif) repeat-y;
	padding:0 3px 0 2px;
}
.drop-down1 .box{
	width:160px;
	overflow:hidden;
}
#menu li:hover .drop-down2,
#menu li.hover .drop-down2{
	display:block;
}
.drop-down2{
	display:none;
	position:absolute;
	top:18px;
	left:2px;
	width:251px;
	padding:14px 0 0;
	background:url(../images/bg-drop-down.png) repeat-y;
}
.drop-down2 .top{
	width:100%;
	overflow:hidden;
	height:14px;
	background:url(../images/bg-drop-down-top2.gif) no-repeat;
}
.drop-down2 .bottom{
	width:100%;
	overflow:hidden;
	height:14px;
	background:url(../images/bg-drop-down-bottom2.gif) no-repeat;
}
.drop-down2 .container{
	width:251px;
	overflow:hidden;
	background:url(../images/bg-drop-down-container2.gif) repeat-y;
	padding:0 3px 0 2px;
}
.drop-down2 .box{
	width:251px;
	overflow:hidden;
}