#pleah {
	width: 746px;
	height: 132px;
	overflow: hidden;
	position: relative;
}
.acContent {
	width: 276px;
	height: 132px;
	position: absolute;
	overflow: hidden;
	background-image: url(../images/drawer.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
}
.drawer-content {
	font-size: 11px;
	padding: 10px;
	width: 146px;
	float: left;
}

	.drawer-content a{
		color: #005596;
	}
	
	.drawer-content a:hover{
		color: #009DE3 !important;
		text-decoration: underline;
	}

.drawer-image {
	display: block;
	float: left;
	text-align: center;
	width: 100px;
	height: 132px;
	padding-top: 20px;
	margin: 0 10px 0 0;
}
.drawer-image a img { border: 0px; }

.drawer-content h3 {
	font-size: 1.45em;
	font-weight: bold;
	color:#333;
	margin: 10px 0 0 0;
}

.jDrawer-divider
{
	border-top: 1px solid #E0E0E0;
	margin: 5px 0px 0 0;
}