#tabgarb
	{
	display:block;
	padding-bottom:8px;
	margin: 0;
	padding-left: 9px;
	}

#tabgarb li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabgarb li a:link, #tabnav li a:visited
	{
	float: left;
	background: #f3f3f3;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-right: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	}

#tabgarb li a:link.active, #tabnav li a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #00aeef;
		color: #00aeef;
               margin-bottom:-1px
	}

#tabgarb li a:hover
	{
		background: #00aeef;
	}
.tabgarb_content {
       clear:both;
	display:none;
	border-size:1px;
	margin-top:-0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-bottom: 10px;
}
