@charset "utf-8";


.pop_Kufu{position: fixed; top:160px; right:0px; _position:absolute; z-index:999; width:230px; height:300px;background: #F2F2F2;}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:230px;
	margin:0 auto;
}

li{
	list-style:none;
	text-align:left;
	margin:0px; padding:0px;
}

li.menu{
	/* The main list elements */
	padding: 0;
	width:100%;
	margin:0px;
	display:block; font-size:12px; line-height:28px;   background:url(../images/a.jpg) 10px 10px no-repeat #DDD; color:#000;width:200px; margin-left:15px; 
	margin-bottom:6px;margin-top:6px;
}

li.button a{
height:28px;
padding-left:20px;
	position:relative; 
	color:#000;width:230px; font-weight:600; 
}

li.button a:hover{
}

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	margin-left:10px; width:180px; height:auto; padding:0px; overflow:hidden
}

.dropdown li{
	/* Each element in the expandable list */
	width:180px; margin-bottom:2px;
	height:28px; display:block;
	background:url(../images/d.jpg) 20px 10px no-repeat; 
}


.dropdown li a{display:block; font-size:12px; height:28px; border-bottom:1px dotted  #BBBBBB; background:none; line-height:28px;  color:#000; width:180px; text-indent:10px;}
.dropdown li a:hover,.dropdown li a.hover{ color:#0094da; background:none; }
