﻿#tabcontainer
	{
		font-family: Verdana;
		position: absolute;
		margin: 0;
		top: 110px;
		left: 234px;	
		padding-left: 0px;
		
		
	}
	#tabcontainer ul 
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

#tabcontainer li
{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  		
}
	
#tabcontainer a:link, #tabcontainer a:visited
{
		float: left;
		background: #f3f3f3;
		font-size: 13px;
		line-height: 14px;		
		padding: 8px 10px 8px 10px;
		margin-right: 1px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
		background-image: url(images/White_bg.jpg);
		background-repeat: repeat-x;
}


/* Current Tab */
#tabcontainer .current a:link, #tabcontainer .current a:visited
{
	float: left;
	background: #ffffff;
	font-size: 13px;
	line-height: 14px;
	padding: 8px 10px 8px 10px;
	margin-right: 1px;
	text-decoration: none;
	color: #666;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
}

/* Green Tab */
#tabcontainer .green a:link, #tabcontainer .green a:visited
{
	float: left;
	background: #b5ea13;
	font-size: 13px;
	line-height: 14px;
	padding: 8px 10px 8px 10px;
	margin-right: 1px;
	text-decoration: none;
	color: #000;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-bottom: #ccc 1px solid;
	background-image: url(images/green_bg.jpg);
	background-repeat: repeat-x;
}


#tabcontainer a:link.active, #tabcontainer a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabcontainer a:hover
{
	background: #fff;
	color: #3333ff;
}