/* ######### CSS for Shade Tabs. Remove if not using ######### */


.divcontainer {
float: right;
width: 850px;
	
}
.shadetabs{
padding: 0px 0;
margin-left: 10px;
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*/

}

.shadetabs li{
display: inline;
margin: 0;
width: 160px;


}

.shadetabs li a{
	text-decoration: none;
position: relative;
	
	width: 160px;
	z-index: 1;
	margin-right: 3px;
	margin-top: 5px;
	/*border: 1px solid #778;*/
	color: #fff;
	background: white url(shade.gif) top left repeat-x;
	padding-top: 3px;
padding-right: 7px;
	padding-bottom:9px;
	padding-left: 7px;
	width: 160px;
	
	
}

.shadetabs li a:visited{
color: #fff;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;

}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	width: 160px;
	background-repeat: repeat-x;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

.tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

.tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

.tabs a {
	float:left;
	background:url(left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

.tabs a span {
	float:left;
	display:block;
	background:url(right.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}

/* End IE5-Mac hack */
.tabs a:hover span {
	}

.tabs a:hover {
	background-position:0% -42px;
	}

.tabs a:hover span {
	background-position:100% -42px;
	}


