/* Tabs for Planit and Licit
----------------------------------------------- */

#tabs {
	clear: both;
	width: 100%;
	line-height: normal;
	color: #000;
	margin-top: 10px;
	text-align: left;
	padding: 0px;
}
/*
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
*/
#tabs ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0 10px 3px 10px;
	/*	margin-bottom: 0px;*/
	background: #cbccc7;
	font-size: 0.8em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
}

#tabs a {
	float: left;
	display: block;
	width: .1em;
	color: #000;
	padding: 2px 3px 2px;
	padding-left: 1px;
	white-space:nowrap;
	text-decoration: none;
}
#tabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
  #navigation a {float:none;}
/* End IE5-Mac hack */

#tabs a:hover {
	background: #e3e3e3;
	margin-bottom: 0px;
}
#tabs li#current {
	padding-bottom: 3px;
	margin-bottom: 0px;
	background: #c5e5e5;
}
#tabs li#current a:hover {
	background: #c5e5e5;
}
