/* Navigation */
#tab-outerwrap {

	float:left;
	text-align: center;
	vertical-align:bottom;
	padding-bottom:14px;
	/*margin-top: 75px;*/
	background: url(index_files/grey-base.gif) repeat-x right bottom;
	width: 100%;
}

#tab-innerwrap {
	margin: 5px 0 0 5px;
	padding: 0 0 0 0;
	text-align: center;
	background: url(index_files/logo.gif) no-repeat top left;
	height:95px;
	width: 99%;
}

#tabs {
	font-size: 93%;
	line-height: normal;
	text-align: center;
	padding-top:75px;
}

.floatLeft {
float:left
}

#tabs ul {
   	margin: 0px 0px 0px 100px;
	padding: 0px;
	list-style: none;
}

#tabs li {
	float:left;
	background: url(index_files/red-right-tab.gif) no-repeat right top;
	margin: 0;
	margin-right: 0px;
	padding:0;
	z-index: 100;
}

#tabs a {
	display: block;
	background: url(index_files/red-left-tab.gif) no-repeat left top;
	padding: 5px 10px 4px;
	margin: 0px 5px 0px 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 7pt;
	font-weight:bold;
	z-index: 100;
}

#tabs a:hover {
	color: #CCCCCC;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs #current {
	background: url(index_files/grey-right-tab.gif) no-repeat top right;
	z-index: 100;
}

#tabs #current a {
	background: url(index_files/grey-left-tab.gif) no-repeat top left;
	margin-top: 0px;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin: 0px 5px 0px 0px;
	z-index: 100;
}

#timestamp {
	text-align: center;
	color: #009FC5;
	margin-bottom: 2px;
	margin-top: -2px;
}
