@charset "utf-8";

div#primary ul.tabs
{
	background: transparent url(../images/bg_tabs.gif) repeat-x scroll center top;
	clear: both;
	overflow: hidden;
	display: block;
	height: 27px;
}
	div#primary ul.tabs li
	{
		border-right: 1px solid #ffffff;
		float: left;
		height: 27px;
	}
	div#primary ul.tabs li a:link,
	div#primary ul.tabs li a:visited
	{
		color: #474a4c;
		display: block;
		background: transparent url(../images/bg_tab.gif) repeat-x scroll center top;
		line-height: 20px;
		vertical-align: middle;
		text-decoration: none;
		padding: 0px 1.2em;
	}
	div#primary ul.tabs li a:hover
	{
		color: #7E2E05;
	}
	
	div#primary ul.tabs li.current 
	{
		background: transparent url(../images/bg_tab_arrow.gif) no-repeat scroll center 20px;
	}
	
	div#primary ul.tabs li.current a:link,
	div#primary ul.tabs li.current a:visited
	{
		background: transparent url(../images/bg_tab_current.gif) repeat-x scroll center top;
		color: #ffffff;
	}