/* $Id: tabs.css,v 1.2 2009/08/12 08:03:53 johnalbin Exp $ */

/**
 * @file
 * Tabs Styling
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal6-reference.css, line 510.)
 */

ul.tabs {
	height: 21px;
}

.tabs a {
	padding: 4px 1.75em !important;
	position: relative;
	top: 1px;
	font-family: "Gill Sans", "Gill Sans MT";
}