@charset "utf-8";
/* Tab CSS  */

.content
{
	position:relative;
	top:0;
	left:0;
	width:220px;
	height:200px;
}
.content .tabHeads 
{
	position:absolute;
	top:0px;
	margin-top:17px;
	cursor:pointer;
	
}
.content .tabBodies 
{
	position:absolute;
	left:45px;
}

.content  #mon
{

}
.content  #tue
{

}
.content  #wed
{

}
.content  #thu
{

}
.content  #fri
{

}


.content .tabHeads div
{
	width:45px;
	height:30px;
	margin-bottom:1px;
	text-align:center;
	background-image:url(images/tab.gif);
	background-repeat:no-repeat;
	padding:7px 0 0 3px;
	margin-bottom:-5px;
	cursor:pointer;
	
}



.content .tabBodies div
{
	width:170px;
	height:173px;
	text-align:center;
	padding-top:20px;
	background-image:url(images/tab-back.gif);
	background-repeat:no-repeat;

}


