#tabs {
	/*position: absolute;
	top: 186px;
	left: 359px;
	*/
	height: 20px;
	margin: 0;
	padding-left: 12px;
	background: url(../img/tab-bottom.gif) repeat-x bottom;
	color: #333;
	width: 608px; /*900px;*/
	float: right;
	border: 0px solid #000;
}

#tabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabs a:link, #tabs a:visited	{
	float: left;
	background: #333399; /*#f3f3f3;*/
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin-right: 2px;
	border: 1px solid #999966;
	text-decoration: none;
	color: #cccc99;
}

#tabs a:link.active, #tabs a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #333399;
}

#tabs a:hover {
	border-bottom: 1px solid #fff;
	background: #FFF;
	color: #333399;
}