.tab-panel
{
  padding:0;
  width: 565px;
  padding-left : 30px;
  padding-right : 30px;
}

.tab-normal
{
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
        padding:                15px;
        height:                 15px;
	display:		inline;
	float:			left;
	z-index:		1;
	position:		relative;
	top:			0;
}
.tab-normal:hover
{
  text-decoration:none;
}

.tab-active
{
	position:		relative;
	display:		inline;
        padding:                15px;
        height:15px;
	float:			left;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;

	z-index:		3;
	background:		black;
}

.tab-view
{
	clear:			both;
        padding-top:            1px;
	z-index:		2;
	position:		relative;
}

.tab-active a, .tab-active a:hover
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.tab-normal a, .tab-normal a:hover
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
