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

.shadetabs{
	padding: 3px 0;
	margin: 0px;
	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;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0px 13px;
	margin: 0px 3px 0px 10px;
	font-family: Tahoma, Arial, "Arial Unicode MS";
	font-size: 13px;
	font-weight: normal;
	color: #55c7fd;	
	background-image:url(../images/arrow2.gif);
	background-position:left;
	background-repeat:no-repeat
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;	
	color: #afe90b;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/arrow3.gif);
	color: #afe90b;
}

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