.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.sliding-tab-right{	/* Styling question */
	/* Start layout CSS */
background:url(../images/right-tab-all.jpg) no-repeat;
display:block;
height:25px;
color:#3b3b3b;
font:10pt Arial, Helvetica, sans-serif;	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.sliding-tab-right a{	/* Styling question */
	/* Start layout CSS */
background:url(../images/right-tab-all.jpg) no-repeat;	
color:#3b3b3b;
line-height:25px;
padding:0px 10px 0 10px;
width:auto;
height:25px;
display:block;
background-position:top left;
}


.sliding-tab-right a:hover{	/* Styling question */
	/* Start layout CSS */
	
	/* End layout CSS */
color:#fff;
font-weight:bold;
height:25px;
background-position:0 -50px;
}


.sliding-tab-right a.active{	/* Styling question */
	/* Start layout CSS */
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	background-position:0 -50px;
color:#3b3b3b;
font-weight:bold;
}

.sliding-tab-right-drop-down{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#e9e9e9;
	width:259px;
	font:10pt Arial, Helvetica, sans-serif;
	
	/* End layout CSS */
	
	padding:2px 10px 0 10px; /* can not give bottom padding */
	visibility:hidden;
	height:auto;
	overflow:hidden;
	position:relative;

}
.sliding-tab-right-drop-down_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

.slide-text {padding-bottom:10px; float:left;}



