/*右侧固定菜单*/
div.menu_right {
	position: fixed;
	top: 200px;
	right:0px;
/* 	
	width: 103px;
	height: 240px;
 */
	width: 103px;
	height: 340px;
	margin: opx;
	padding: opx;
	float: right;
    /* margin-left: auto; */
    /* margin-right: auto; */
	/* margin: 0px auto; */
	/* border: 3px solid DarkOrange; */
}

.outer {
	/* margin: 70px auto; */
	list-style: none;
	width: 10px;
	height: 340px;
	margin: opx;
	/* border: 1px solid black; */
}

.outer:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden
}

.outer li {
	/* float: left; */
	width: 60px;
	height: 60px;
	background-color:WhiteSmoke;
	/* border: 1px solid #CCC; */
	line-height: 0px;
	border: 1px solid Silver;
}

.inner {
	list-style: none;
	width: 200px;
	height: 60px;
	/* border: 3px solid black; */
	display: none;
	position: relative;
	right: 183px; /*  */
	top: -60px;
	/* background-color:DarkOrange; */
}

.outer li:hover {
	background-color: red ;
	border: 2px solid DarkOrange
	/* border-bottom: 2px solid DarkOrange */
}

.outer li:hover .inner {
	width: 60px;
	display: block;
}

img.img_r {
	width: 60px;
	height: 60px;
	opacity: 0.8;
}