/*- Menu Tabs--------------------------- */ 
.tb
{	width:100%;
	background:#6da6d7;
	font-size:93%;
	line-height:normal;
	display: inline-table;
	margin:0;
	padding:0;
}
.tb span
{	font-size: 100%;
	font-weight: 600;
	line-height: normal;
	font-variant: small-caps;
}
.tb ul
{	margin:0;
	padding:10px 0px 0;
	list-style:none;
}
.tb li
{
	display:inline;
	margin:0;
	padding:0;
}
.tb a, .lock
{
	float:left;
	background: url(tabs/tableftG.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
.tb a span, .lock
{
	float:left;
	display:block;
	background:url("tabs/tabrightG.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:white;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tb a span, .lock  {float:none;}
/* End IE5-Mac hack */
.tb a:hover span, .lock a span
{
	color:#FF9834;
}
.tb a:hover, .lock a
{
	background-position:0% -42px;
}
.tb a:hover span, .lock a span
{
	background-position:100% -42px;
}