.shadetabs {
	float:left;
	font-size: .9em;
	width: 100%;
	}
ul.shadetabs  {
	margin: 0;
	padding: 0;
	padding-left:0px;
	*padding-left:10px;
	}
.shadetabs li {
	background: url("../images/bkg_tabLeft.gif") no-repeat left top;
	float: left;
	list-style: none;
	margin: 0;
	margin-right: -14px;
	*margin-right: 1px;
	padding: 0 0 0 9px;
	width:99px;
	}
.shadetabs a {
	/*background: url("../images/bkg_tabRight.gif") no-repeat right top;*/
	color: #44649D;
	display: block;
	font-weight: bold;
	padding: 8px 15px 8px 6px;
	text-decoration: none;
	text-align:center;
	font-size:1.5em;
	font-weight: bold;
	}
	
.shadetabs a:visited { 
	color: #44649D; 
	text-decoration: none; 
	}

.shadetabs a:hover {
	color: #6d6d6d;
	text-decoration: underline;
	}
.shadetabs .selected {
	background-image:url("../images/bkg_tabLeftActive.gif");
	}
.shadetabs .selected a {
	background-image:url("images/bkg_tabRightActive2.gif");
	color:#333333;
	padding-bottom:8px;
	text-decoration: none;
	}

.contentstyle {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	}
	
	


.shadetabs_nl {
	float:left;
	font-size: .9em;
	width: 100%;
	}
ul.shadetabs_nl  {
	margin: 0;
	padding: 0;
	padding-left:0px;
	*padding-left:10px;
	}
.shadetabs_nl li {
	background: url("../images/bkg_tabLeft.gif") no-repeat left top;
	float: left;
	list-style: none;
	margin: 0;
	margin-right: -14px;
	*margin-right: 1px;
	padding: 0 0 0 9px;
	
	}
.shadetabs_nl a {
	/*background: url("../images/bkg_tabRight.gif") no-repeat right top;*/
	color: #44649D;
	display: block;
	font-weight: bold;
	padding: 8px 15px 8px 6px;
	text-decoration: none;
	text-align:center;
	font-size:1.5em;
	font-weight: bold;
	}
	
.shadetabs_nl a:visited { 
	color: #44649D; 
	text-decoration: none; 
	}

.shadetabs_nl a:hover {
	color: #6d6d6d;
	text-decoration: underline;
	}
.shadetabs_nl .selected {
	background-image:url("../images/bkg_tabLeftActive.gif");
	}
.shadetabs_nl .selected a {
	background-image:url("images/bkg_tabRightActive2.gif");
	color:#333333;
	padding-bottom:8px;
	text-decoration: none;
	}	
