/* The University of Adelaide
 * Simplified Tab Style - updated Oct 2007
*/

/* Tabzone Container
------------------------------------------------------------*/

table.tabzone {
	background: url("/global/images/nav/tabs_new/bkgnd_off.gif") repeat-x left top;
	background-color: #9ab;
	height: 25px;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
	}
	
/* Tab Styling
------------------------------------------------------------*/

#header {
	width:100%;
	height: 25px;
	line-height: 10px;
	font-size: 10px;
	margin: 0px 0px 0px 8px;
	border-left: 0px solid #abc;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header li {
	float: left;
	background: url("/global/images/nav/tabs_new/bkgnd_off.gif") repeat-x left top;
	margin: 0px;
	padding: 0px;
}
#header a {
	float: left;
	display: block;
	padding: 7px 12px 9px 12px;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #abc;
  }

		/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#header a {float:none;}
		/* End IE5-Mac hack */

#header a:hover {
	background: url("/global/images/nav/tabs_new/bkgnd_hover.gif")  repeat-x left top;
	color: #fff;
	text-decoration: none;
}
#header #current a {
	background-color: #036;
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	}
