	#tabgradient {
		background:url(../images/theme/tabgradient.gif) repeat-x left bottom;
		background-color:#ffffff;
		bottom:0px;
		width:100%;
		height:100%;
	}
	.tabcontainer {
/*		width:100%;*/
		font-size:8pt;
/*		font-size:11px;*/
		font-weight:normal;
		height:19px;
		background:url(../images/theme/tabline.gif) repeat-x left bottom;
	}
	.tabcontainer #tabrow {
		position:relative;
		height:19px;
		margin:0px 0px 0px 15px;
		padding:0px;
	}
	.tabcontainer #tabrow div, .tabcontainer #tabrow a {
		cursor:pointer;
		float:left;
		background:url(../images/theme/tableft_off.gif) no-repeat left top;
		margin:0px;
		padding:0 0 0 10px;
		height:19px;
		text-decoration:none;
	}
	.tabcontainer .tabinner {
		float:left;
		display:block;
		width:.1em;
		height:19px;
		background:url(../images/theme/tabright_off.gif) repeat-x right top;
		padding:0px;
		position:relative;
		padding-top:0px;
		padding-right:8px; /*10 just looks too big... */
		text-decoration:none;
		color:#5F8F20;
	}
	.tabcontainer > #tabrow .tabinner {width:auto;}

	.tabcontainer #tabrow .tablink_on {
		background:url(../images/theme/tableft_on.gif) no-repeat left top;
		border-width:0;
		height:20px;
	}
	.tabcontainer #tabrow .tablink_on .tabinner {
		background:url(../images/theme/tabright_on.gif) repeat-x right top;
		color:#FFF; /*A70138;*/ /*9E051D;*/
		font-weight:bold;
		height:20px;
	}
	.tabcontainer #tabrow .tablink_onblue {
		background:url(../images/home/tableft_onblue.gif) no-repeat left top;
		border-width:0;
		height:19px;
	}
	.tabcontainer #tabrow .tablink_onblue .tabinner {
		background:url(../images/home/tabright_onblue.gif) repeat-x right top;
		color:#FFF; /*A70138;*/ /*9E051D;*/
		font-weight:bold;
		height:19px;
	}
	.tablink_offblue .tabinner {
		color:#235D8F
	}
/*	#tabcontainer #tabrow a .tabinner span,
	#tabcontainer #tabrow a:link .tabinner span,
	#tabcontainer #tabrow a:visited .tabinner span {
		text-decoration:none;
	}
*/
	.tabcontainer #tabrow div .tabinner:hover span,
	.tabcontainer #tabrow a:hover .tabinner span{
		text-decoration:underline;
		/*color:#5F8F20;*/ /*000;*/
	}
	.subnav {
		font-size:8pt;
		background-color:#336699;
		height:25px;
		line-height:25px;
		padding-left:15px;
		position:relative;
	}
	.subnav * {
		height:25px;
		line-height:25px;
		color:#fff !important;
	}
/*	.subnav ul {
		margin:0px;
		padding:0px;
		position:relative;
	}*/
	.subnav span {
		display:block;
		position:relative;
		float:left;
		margin-right:10px;
		margin-left:10px;
		text-decoration:underline;
	}
	.subnav img {
		height: 13px !important;
		width:1px;
		position:relative;
		float:left;
		margin-top:6px;
/*		position:absolute;*/
		/*left:50px;
		top:3px;*/
/*		margin-left:-10px;*/
	}
	.subnav span.active {
		background:url(../images/theme/tick.gif) no-repeat center bottom;
		text-decoration:none !important;
	}
	.subnav span.active {
		background:url(../images/theme/tick.gif) no-repeat center bottom;
	}