#basic-accordian{
	width:750px;
	height:100px;
	position:relative;
}

.accordion_headings{
	width:250px;
	height:34px;
	background-image:url(../images/middle/porspective_student.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
.accordion_headings1{
	width:250px;
	height:34px;
	background-image:url(../images/middle/current_student.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
.accordion_headings2{
	width:250px;
	height:34px;
	background-image:url(../images/middle/parents_student.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.accordion_child{
	height:111px;
	width:750px;
	padding-top:25px;
}

.header_highlight{
	width:250px;
}

.tab_container *{
	float:left;
	width:250px;
}
.tabhide {
	display:none;
}