/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabsnew1{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabsnew1 li{
display: inline;
margin: 0;
}

.shadetabsnew1 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabsnew1 li a:visited{
color: #2d2b2b;
}

.shadetabsnew1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabsnew1 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabsnew1 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabsnew1 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent1{
display:none;
float:right;
width:390px;
padding:0px 0px 0px 10px;
}




ul.toc {
	height: 2.3em;
	list-style: none;
	margin: 0;
	padding: 0;
	width:228px;
	float:left;
}

ul.toc a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
			width:216px;
			padding:11px 0px 10px 12px;
			background-color:#9F9F6F;
			border-bottom:1px solid #fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;

}

ul.toc a:hover {
	background-color: #FFFFFF;
	color: #9F9F6F;
}

ul.toc a:hover span {
	background-position: 100% -120px;
}

ul.toc li {
	float: left;
	margin: 0 1px 0 0;
			width:228px;


}

ul.toc li.current a {
	background-color: #FFFFFF;
	color: #9F9F6F;
	font-weight: bold;
			width:216px;
}

ul.toc li a.selected{ /*selected main tab style */
	background-color: #FFFFFF;
	color: #9F9F6F;
	font-weight: bold;
			width:216px;
}



ul.toc li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


ul.toc li.current span {
	background-position: 100% -60px;
}

ul.toc span {
	background: url(tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 10px;
}
