.menu_items{
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration:none;
}

.menu_items a:hover{
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration:none;
}

.tel1{
	font-size: 10.5px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.tel2{
	font-size: 11px;
	color: #000000;
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
			
.scroll {
scrollbar-face-color: #809E8F; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #000000; 
scrollbar-darkshadow-color: #000000;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #000000;
scrollbar-track-color: #A1B6B1;
overflow-y:scroll;
overflow-x:hidden;
height:390px;
padding: 10px;
overflow:-moz-scrollbars-vertical;
}

#social-links {
  text-align: right;
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 16px;
	color: #989898;
	font-family: Arial;
}
#social-links a {
  display: inline-block;
	zoom: 1;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	color: #989898;
	text-decoration: none;
	background: transparent none scroll no-repeat 0 0;
}
#social-links a:hover {
	text-decoration: underline;
	background-position: 0 -16px;
}
#social-links a.facebook {
  background-image: url(images/icon_facebook.gif);
}
#social-links a.twitter {
  background-image: url(images/icon_twitter.gif);
}
