#popOutMenuRoot {
	width: 30px;
	height: 50px;
	
	position: fixed;
	left: 0px;
	top: 50%;
	
	margin-top: -25px;
	
	background: url('../images/background_menu-pop.jpg');
	border: solid 1px #222;
	border-left: solid 0px;
		
	cursor: pointer;
	
	_display: none;
}

#popOutMenuRootHide {
	width: 30px;
	height: 50px;
	
	position: absolute;
	right: -31px;
	top: 50%;
	
	margin-top: -25px;
	
	background: url('../images/background_menu-pop-hide.jpg');
	border: solid 1px #222;
	border-left: solid 0px;
		
	cursor: pointer;
	
	_display: none;
}

#popOutMenu {
	width: 250px;
	height: 100%;
	
	position: fixed;
	left: -281px;
	top: 0px;
	
	background: #333;
	
	border: solid 1px #222;
	border-left: solid 0px;
	
	_display: none;
}

#popOutMenu span.title {
	margin-left:40px;
	padding-left: 35px;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	background-image: url('../images/twitter-small.png');
	background-repeat: no-repeat;
	background-position: left;
}

#twitter_update_list {
	margin-left: -20px;
	width: 210px;
}
 
#twitter_update_list li {
	list-style-type: none; 
	font-size:15px;
	padding:12px 14px;
	text-align:left;
	font-family:helvetica;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
	border:1px solid #505050;
	border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	line-height:130%;
	box-shadow:0 0 4px rgba(0,0,0,0.2);	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
 
#twitter_update_list li span {
/* wraps the tweet */
}
 
#twitter_update_list li a {
/* wraps the link to the tweet */
/* by default it have 85% font-size therefore you might want to change it like below */
font-size:100% !important;
font-size:13px !important;
}