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

.shadetabs{
	padding: 4px 0;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 16px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
}

.shadetabs li{
	display: inline;
	margin: 0px 1px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 0px;
	margin-right: 0px;
	border: 1px solid #778;
	color: #000000;
	background: white url(shade.gif) top left repeat-x;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.shadetabs li a:hover{
	text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #FFFFFF;
}

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

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



/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs1{
	padding: 4px 0;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
}

.shadetabs1 li{
	display: inline;
	margin: 0px 1px;
}

.shadetabs1 li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 0px;
	margin-right: 0px;
	border: 1px solid #778;
	color: #000000;
	background: white url(shade.gif) top left repeat-x;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.shadetabs1 li a:hover{
	text-decoration: underline;
}

.shadetabs1 li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #FFFFFF;
}

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

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



/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
