/* © Copyright 2008 OZtion Pty Ltd . All rights reserved. */
/* header.css */
#header {
	width: 100%;
	position: relative;
	background: #ffffff url("../images/header/menu_bg.gif") repeat-x left top;
	height: 70px;
}
#header p {
	padding: 4px;
	margin: 0px;
	font-size: 13px;
	line-height:15px;
	text-align:right;
	font-weight: bold;
}
.tabs a {
	border-bottom: 0px;
}
#header a {
	font-weight: normal;
	border-bottom-width: 0px;
	outline: none;
}
#header .rightcontent a {
	border-bottom-width: 1px;
}
/* topmenu tabs */
#menu.tabs {
	background: transparent;
}
#menu.tabs a {
	background:#ffcc00 url("../images/header/tab_left.gif") no-repeat left top;
	padding:0 0px 0 9px;
	text-decoration:none;
	font-weight: normal;	
}
#menu.tabs a span {
	background:#ffcc00 url("../images/header/tab_right.gif") no-repeat right top;
	font-size:14px;
	padding:5px 15px 9px 6px;
	color: #000000;
}
#menu.tabs a:hover {
	background:#ffcc00 url("../images/header/tab_left_hover.gif") no-repeat left top;
}
#menu.tabs a:hover span {
	background:#ffcc00 url("../images/header/tab_right_hover.gif") no-repeat right top;
	color: #000000;
}
#menu.tabs .current a {
font-weight: bold;
	background:#99cc33 url("../images/header/tab_left_active.gif") no-repeat left top;
}
#menu.tabs .current a span {
	background:#99cc33 url("../images/header/tab_right_active.gif") no-repeat right top;
	color: #ffffff;
}
.submenu {
	background: url("../images/header/submenu_bg.gif") repeat-x left top;
}
.submenu ul {
	padding: 0px;
	margin: 0px;
}
.submenu ul li {
	line-height: 25px;
	padding: 5px 6px;
	margin: 0px;
	display: inline;
	border-right: 0px solid #ffffff;
}
.submenu ul li a,
.submenu ul li a:link,
.submenu ul li a:visited,
.submenu ul li a:hover,
.submenu ul li a:focus {
	color: #ffffff;
}