@charset "UTF-8";
/* CSS Document */

#apDivs {
	position: fixed;
	width: 100%;
}

#apDiv1 {
	position:absolute;
	left:0px;
	top:170px;
	width:30px;
	height:160px;
	z-index:999;
	cursor: pointer;
	margin-top: 90px;
	background-color: #FF6600;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	-webkit-box-shadow: 0px 0px 5px 0px #333;
	-moz-box-shadow: 0px 0px 5px 0px #333;
	box-shadow: 0px 0px 5px 0px #333;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
#apDiv1:hover {
	width:220px;
	
}

