#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	width:98%;
	line-height:normal;
	background-image: url(../images/tab/bg.gif);
	background-repeat: repeat-x;
	background-position: 50% bottom;
	height: 34px;
	clear: both;
	margin-right: 1%;
	margin-left: 1%;
	padding-left: 2px; }
#header ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none; }
#header li {
  float:left;
  background:url("../images/tab/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
	float:left;
	display:block;
	background:url(../images/tab/right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#5c5c5c;
	border-bottom-style: none; }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("../images/tab/left_on.gif");
  }
#header #current a {
  background-image:url("../images/tab/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
  /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#invertedtabs input[type="text"] {
	color: inherit;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #e4e5d3;
	vertical-align: top;
	height: 12px !important;
	margin: 0 2px 0 0;
	padding: 1px; }
#invertedtabs{
	background-image: none;
	width: 100%;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: right;
}

#invertedtabs ul{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	margin-bottom: 1em;
	padding:0;
	list-style:none; }
#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
line-height: 1.5em;
}


#invertedtabs a{
	float:right;
	color: #2f3b42;
	font-weight: bold;
	background-color: #e4e5d3;
	margin:0 2px 0 0;
	padding:0 3px;
	text-decoration:none;
	letter-spacing: 1px;
	border-left: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c; }
#invertedtabs a:hover{
	color: #000;
	background-color: #cacbb9; }
#invertedtabs #active a, #invertedtabs #active span{ /*currently selected tab*/
color: #000;
	background-color: #cacbb9; }

#invertedtabsline{
	color: inherit;
	clear: both;
	padding: 0;
	width: 100%;
	background: #67c7c6;
	height: 3px !important;
	border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
