a:focus {
	outline: none;
}
#panel {
	background: #754c24;		
	display: none;
}
.slide {		
	border-top: 1px dotted #422410;		
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;		
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;		
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

/*** Animated hover 2 *********/

.menu2 {
margin: 100px 0 0;
padding: 0;
list-style: none;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu2 a {
	padding: 14px 10px;
	display: block;
	text-decoration: none;	
	width: 144px;
	height: 14px;
	background: url(../images/send_sms.png) no-repeat center center;
}
.menu2 li em {
	font-weight: normal;
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	padding: 20px 12px 10px;
	text-align: center;	
	font-style: normal;
	z-index: 2;
	display: none;
}
