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

.shadetabs{
	width:100%;
	border-bottom: 4px solid #03F;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 14px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs ul{margin:0;padding:0;}
.shadetabs li{color: #FFF;display: inline;margin: 0;}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 15px 3px 15px;
	margin-right: 0px;
	color: #FFF;
	background-color: #599BFF;	/*background: white url(shade.gif) top left repeat-x;*/
}
.shadetabs li a:visited{color: #FFF;}
.shadetabs li a:hover{
	background-color: #666;
	text-decoration: none;
	color: #FFF;
}
.shadetabs li a.selected{ /*selected main tab style */
	/*background-image:url(../../template/cate_grou.gif);
background-repeat:no-repeat;
padding-left:45px;*/
	z-index: 0;
	position: relative;
	color:#FFF;
	background-color:#03F;	/*background-image: url(shadeactive.gif);*/
}
.shadetabs li a.selected:hover{ background-color: #F27900; text-decoration: none;}

